We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d81d2b commit 9ed0011Copy full SHA for 9ed0011
Dockerfile
@@ -0,0 +1,6 @@
1
+FROM threeml/base:1.0.0
2
+MAINTAINER Michael Burgess <[email protected]>
3
+
4
+CMD ["sleep 5 && jupyter notebook --notebook-dir=/workdir --ip='0.0.0.0' --port=8888 --no-browser --allow-root --NotebookApp.token='' --NotebookApp.password=''"]
5
6
+ENTRYPOINT ["/bin/bash","--login","-c"]
0 commit comments