Skip to content

arjunpatel96/MassPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions:

  1. Build the docker image
docker build -t masspy .
  1. 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=''"
  1. Open http://localhost:8888

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors