- Build the docker image
docker build -t masspy .- If you want to run a jupyter notebook.
docker run --rm -it \
--entrypoint bash \
-p 8888:8888 \
-v "$(pwd)":/work \
-w /work \
masspy \
-lc "python3 -m notebook --ip=0.0.0.0 --port=8888 --no-browser --allow-root --NotebookApp.token='' --NotebookApp.password=''"