Skip to content

Commit 9ed0011

Browse files
committed
added dockerfile
1 parent 1d81d2b commit 9ed0011

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)