Skip to content

Commit

Permalink
Merge branch 'master' into base-notebook/init
Browse files Browse the repository at this point in the history
  • Loading branch information
eroan-marie authored Nov 28, 2024
2 parents c6a9d62 + 02ef82c commit 403fc53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ONBUILD RUN echo "Checking for 'jupyter_notebook_config.py'..." \
&& cp jupyter_notebook_config.py /etc/jupyter \
; fi

ONBUILD USER ${NB_USER}
# ONBUILD USER ${NB_USER}

# We want to keep our images as reproducible as possible. If a lock
# file with exact versions of all required packages is present, we use
Expand Down Expand Up @@ -184,7 +184,6 @@ ONBUILD RUN echo "Checking for pip 'requirements.txt'..." \
${NB_PYTHON_PREFIX}/bin/pip install --no-cache -r requirements.txt \
; fi


ONBUILD USER root

ONBUILD COPY resources/layer-cleanup.sh /usr/local/bin
Expand Down

0 comments on commit 403fc53

Please sign in to comment.