Skip to content

Commit

Permalink
Merge pull request #38 from nbgallery/update-base-notebook
Browse files Browse the repository at this point in the history
Update the base-notebook and jupyterlab-nbgallery versions
  • Loading branch information
blueninja416 authored Mar 19, 2024
2 parents 55f05e0 + 28d2443 commit 22411c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/jupyter/base-notebook:d44add21d53f
FROM quay.io/jupyter/base-notebook:dd06b93abc41

USER root

Expand All @@ -25,7 +25,7 @@ RUN apt-get update && apt-get -yq dist-upgrade && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

ENV NBGALLERY_CLIENT_VERSION=2.0.9 \
ENV NBGALLERY_CLIENT_VERSION=2.0.10 \
NBGALLERY_URL=http://localhost:3000 \
NBGALLERY_CLIENT_NAME=nbgallery-client \
NBGALLERY_CLIENT_TYPE=nbgallery-base-notebook \
Expand Down
2 changes: 1 addition & 1 deletion base-notebook/conf/etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ipydeps==2024.33.0
ipywidgets==8.1.1
jupyter-console==6.6.3
jupyter-nbgallery==3.0.0
jupyterlab_nbgallery==3.0.2
jupyterlab_nbgallery==3.0.3
voila==0.5.4

0 comments on commit 22411c8

Please sign in to comment.