Merge branch 'jupyter:master' into fix-volumes-deleted-when-entering-container

This commit is contained in:
Jon Velando
2021-08-20 10:37:41 -04:00
committed by GitHub
16 changed files with 475 additions and 419 deletions

View File

@@ -3,7 +3,7 @@
# Ubuntu 20.04 (focal)
# https://hub.docker.com/_/ubuntu/?tab=tags&name=focal
ARG ROOT_CONTAINER=ubuntu:focal-20210609
ARG ROOT_CONTAINER=ubuntu:focal
FROM $ROOT_CONTAINER
@@ -130,9 +130,9 @@ RUN set -x && \
# Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change
RUN conda install --quiet --yes \
'notebook=6.4.0' \
'jupyterhub=1.4.1' \
'jupyterlab=3.0.16' && \
'notebook' \
'jupyterhub' \
'jupyterlab' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \