Skip to content

Commit d540a69

Browse files
committed
get the jupyter/base-notebook image from maintained ones
1 parent f81ac30 commit d540a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# docker run --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -v <host_dir_to_mount>:/home/jovyan/work <container_name>
44

55
# STEP 1 - Base image
6-
FROM jupyter/base-notebook
6+
FROM quay.io/jupyter/base-notebook
77

88
# STEP 2 - Label
99
LABEL maintainer="Felix Soubelet <[email protected]>"

0 commit comments

Comments
 (0)