Custom dockers images for UMD LHCb group analyses. See rules defined in the
Makefile for build instructions of these docker images.
- On Linux:
docker run --rm -it -v <src_path>:/data -v $XAUTHORITY:/home/physicist/.Xauthority -e DISPLAY -e UID=$(id -u) -e GID=$(id -g) --net=host umdlhcb/hep_ml:<tag>
- On Windows: Make sure
PuTTYandXmingare installed, and replace$XAUTHORITYwith a hard-coded~/.Xauthority.
- On Linux:
docker run --rm -it -v <src_path>:/data -v $XAUTHORITY:/home/physicist/.Xauthority -e DISPLAY -e UID=$(id -u) -e GID=$(id -g) --net=host umdlhcb/lhcb-stack-cc7:<tag>
Most of LHCb software version can be discovered on lxplus with:
lb-run -l <software_name>
For example, <software_name> can be DaVinci.
To list LHCb software that can be lbinstall-ed:
lbinstall query > src/lbinstall_available_packages.txt --root=$HOME/build/lbinstall