Update notebook dependency + cleanup (kubeflow/kubeflow#5744)

This commit is contained in:
DavidSpek 2021-03-22 16:10:17 +01:00 committed by GitHub
parent c934536e2c
commit 9cb33192f1
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,8 @@ RUN mkdir -p ${CONDA_DIR} \
&& chown -R ${NB_USER}:users ${CONDA_DIR} \ && chown -R ${NB_USER}:users ${CONDA_DIR} \
&& chown -R ${NB_USER}:users ${HOME} && chown -R ${NB_USER}:users ${HOME}
USER $NB_UID # switch to NB_UID for installs
USER ${NB_UID}
# install - conda, pip, python # install - conda, pip, python
RUN curl -sL "https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/Miniforge3-${MINIFORGE_VERSION}-Linux-${MINIFORGE_ARCH}.sh" -o /tmp/Miniforge3.sh \ RUN curl -sL "https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/Miniforge3-${MINIFORGE_VERSION}-Linux-${MINIFORGE_ARCH}.sh" -o /tmp/Miniforge3.sh \

View File

@ -1,2 +1,2 @@
notebook==6.2.0
jupyterlab==3.0.12 jupyterlab==3.0.12
notebook==6.3.0