We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81ac30 commit d540a69Copy full SHA for d540a69
docker/Dockerfile
@@ -3,7 +3,7 @@
3
# docker run --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -v <host_dir_to_mount>:/home/jovyan/work <container_name>
4
5
# STEP 1 - Base image
6
-FROM jupyter/base-notebook
+FROM quay.io/jupyter/base-notebook
7
8
# STEP 2 - Label
9
LABEL maintainer="Felix Soubelet <[email protected]>"
0 commit comments