Skip to content

Commit 253578d

Browse files
committed
Specify source image tag
It is supposed to prevent deprecation. If they update to newer packages, this build file will still work. It will be necessary to be updated manually.
1 parent 972bc9a commit 253578d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# build with `docker build -t dockername:tag .`
22
# run with `docker run -p 8888:8888 dockername:tag`
33
# open http://localhost:8888 in browser
4-
FROM jupyter/base-notebook
4+
FROM jupyter/base-notebook:37af02395694
55

66
USER root
77
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

Comments
 (0)