Sign inSign up

melashri/jupyter-root

By melashri

Updated almost 5 years ago
Archived

Docker image for ROOT CERN analysis tool within Jupyter notebook on CentOS 7

Image
0

209

melashri/jupyter-root repository overview

Build Image & Push to Dockerhub

Jupyter-ROOT

Docker image for ROOT CERN analysis tool within Jupyter notebook on CentOS 7

Usage

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.

Build

To build this version on your machine you can do the following

  1. clone this repository
git clone https://github.com/MohamedElashri/Jupyter-ROOT
  1. move to the directory
cd Jupyter-ROOT
  1. run the docker build
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.

Tag summary

Content type

Image

Digest

Size

853.2 MB

Last updated

almost 5 years ago

docker pull melashri/jupyter-root