Skip to content

Instantly share code, notes, and snippets.

@thewtex
Created August 25, 2015 22:02
Show Gist options
  • Save thewtex/baba0c786f8dcdc9c743 to your computer and use it in GitHub Desktop.
Save thewtex/baba0c786f8dcdc9c743 to your computer and use it in GitHub Desktop.
Jupyter Notebook start with Docker CMD -- Python kernel crashes
FROM jupyter/notebook:latest
EXPOSE 8889
CMD ["jupyter", "notebook", "--port=8889", "--no-browser", "--ip=*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment