mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
Use Docker Hub for an old image
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM quay.io/jupyter/base-notebook:notebook-6.5.4
|
||||
# Using Docker Hub here, because this image is old and not pushed to Quay.io
|
||||
FROM docker.io/jupyter/base-notebook:notebook-6.5.4
|
||||
|
||||
RUN pip install --no-cache-dir 'jupyter_contrib_nbextensions' && \
|
||||
jupyter contrib nbextension install --user && \
|
||||
|
Reference in New Issue
Block a user