Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 271 Bytes

jupyter-docker

Build and run

set external dir as workspace in build file by replace <your path> to your workspace path

docker build -t jupyter .
docker run --name jupyter --restart=always --network=host -p 8888:8888 -v <your path>:/home/jupyter jupyter