Docker image for ROOT CERN analysis tool within Jupyter notebook on CentOS 7
209
Docker image for ROOT CERN analysis tool within Jupyter notebook on CentOS 7
To use already built image available on Docker hub you can run the following:
export PORT=<you desired open port>
sudo docker run -p $PORT:8080 -v $PWD:/work melashri/jupyter-root
This will spin a container on port value of your choice and will mount $PWD:/work folder to the container volume.
To build this version on your machine you can do the following
git clone https://github.com/MohamedElashri/Jupyter-ROOT
cd Jupyter-ROOT
docker build -t melashri/Jupyter-ROOT .
hint: Don't forget to add the . at the end of last command, it tells docker that Dockerfile is in the root directory where you are currently at.
Content type
Image
Digest
Size
853.2 MB
Last updated
almost 5 years ago
docker pull melashri/jupyter-root