Sign inSign up

sauerburger/pyroot3

By sauerburger

Updated over 5 years ago

Docker image with ROOT and Python 3.

Image
4

10K+

sauerburger/pyroot3 repository overview

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

  • ROOT
  • python3
  • ipython3
  • pip3

The default command is ipython3, see Dockerfile.

The image is developed at gitlab.sauerburger.com/frank/pyroot3.

Usage

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

Tag summary

Content type

Image

Digest

Size

964 MB

Last updated

over 5 years ago

docker pull sauerburger/pyroot3