Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version of Jupyter base-notebook #32

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM jupyter/base-notebook:aa2403a808d3
FROM jupyter/base-notebook:848a82674792

USER root

COPY conf/ /

RUN cat /etc/resolv.conf
RUN apt-get update && apt-get -yq dist-upgrade && \
apt-get install -yq --no-install-recommends \
build-essential \
Expand All @@ -25,7 +26,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.5 \
ENV NBGALLERY_CLIENT_VERSION=2.0.6 \
NBGALLERY_URL=http://localhost:3000 \
NBGALLERY_CLIENT_NAME=nbgallery-client \
NBGALLERY_CLIENT_TYPE=nbgallery-base-notebook \
Expand Down
Loading