Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 328 Bytes

Build

docker build -f Dockerfile -t jupyter-dl .

Execute

nvidia-docker run -v $PWD:/mnt/home/ -p 8888:8888 -p 6006:6006 jupyter-dl

Note: The entrypoint script accepts Jupyter-Lab arguments

e.g. nvidia-docker run -v $PWD:/mnt/home/ -p 8888:8888 -p 6006:6006 jupyter-dl --notebook-dir=/mnt/home