We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972bc9a commit 253578dCopy full SHA for 253578d
Dockerfile
@@ -1,7 +1,7 @@
1
# build with `docker build -t dockername:tag .`
2
# run with `docker run -p 8888:8888 dockername:tag`
3
# open http://localhost:8888 in browser
4
-FROM jupyter/base-notebook
+FROM jupyter/base-notebook:37af02395694
5
6
USER root
7
RUN /bin/bash -c "conda create --yes -n py27 python=2.7; source activate py27; conda install --yes notebook ipykernel; ipython kernel install"
0 commit comments