GAMBIT TUTORIAL SETUP 1. Install Docker Community Edition Stable: https://docs.docker.com/engine/installation/ (docker-ce package on Ubuntu & Fedora) Maybe necessary: sudo groupadd docker sudo usermod -aG docker $USER 2. Install Gambit: docker pull agbuckley/gambit-tutorial About 6GB, but download is compressed so shouldn't take too long. 3. Run: docker run -it --rm agbuckley/gambit-tutorial Add a "-v :" flag after run to create a sharing dir Docker reference: docker run: run an image docker ps: list active containers docker cp: copy files between host and container docker image ls: list available images/apps docker help: useful! Install new system packages with yum on the Gambit image Exit with Ctrl-d; detach with Ctrl-p Ctrl-q, reattach with "docker attach" TUTORIAL 1: less WC_tutorial_commands.txt # h5py note python >>> import h5py >>> f = h5py.File("runs/WC_lite/samples/WC.hdf5", "r") >>> g = f["WC"] >>> ll = g["LogLike"] TUTORIAL 2: less ColliderBit_CMSSM_tutorial.yaml ./gambit -f ColliderBit_CMSSM_tutorial.yaml