- Install
docker
anddocker-compose
from your package manager. - Build the docker image:
docker build -t jupyter:algo .
. - Test the image:
docker run -it --rm -p 8888:8888 -v <path_to_your_dir>:/home/jovyan/ jupyter:algo
and then, stop it. - Start the container as a service:
WORK_DIR=<path_to_your_dir> docker-compose run --rm --service-ports -d algo-sup
. It will return the container name. - Get the token by executing :
docker logs <containername>
This images provides graphviz for python.