Use Docker Hub for an old image

This commit is contained in:
Ayaz Salikhov
2023-10-21 02:10:15 +02:00
parent ee7b9133fb
commit 119766df29

View File

@@ -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 && \