Docker image with ROOT and Python 3.
10K+
The docker image provides the software framework ROOT developed at CERN
compiled with Python 3 in order to provide PyROOT3. To make working with the
image more comfortable, the image includes the following software
ROOTpython3ipython3pip3The default command is ipython3, see Dockerfile.
The image is developed at gitlab.sauerburger.com/frank/pyroot3.
Use
$ docker pull sauerburger/pyroot3
to download the image.
The following example shows how to start a new container with an ipython session.
$ docker run --rm -it sauerburger/pyroot3
In order to connect to the local X11 server use
$ docker run --rm -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --user $(id -u) sauerburger/pyroot3
Content type
Image
Digest
Size
964 MB
Last updated
over 5 years ago
docker pull sauerburger/pyroot3