Skip to content

Instantly share code, notes, and snippets.

@dlemphers
Created October 17, 2017 20:57
Show Gist options
  • Save dlemphers/0a0ff575846ab230f5819b29660ec9fe to your computer and use it in GitHub Desktop.
Save dlemphers/0a0ff575846ab230f5819b29660ec9fe to your computer and use it in GitHub Desktop.
Docker Jupyter Notebook
notebook:
docker run -it --rm -p 8888:8888 -v `pwd`/jupyter:/home/jovyan/work -w /home/jovyan/work jupyter/tensorflow-notebook start-notebook.sh --NotebookApp.token=''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment