Skip to content

Commit

Permalink
Use Docker Hub for an old image
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 21, 2023
1 parent ee7b913 commit 119766d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/using/recipe_code/spellcheck_notebookv6.dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 119766d

Please sign in to comment.