Commit 043fabb4 authored by Erik Sundell's avatar Erik Sundell

Bumped notebook, jupyterhub, jupyterlab versions

parent cd158647
...@@ -106,9 +106,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ ...@@ -106,9 +106,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
# Do all this in a single RUN command to avoid duplicating all of the # Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change # files across image layers when the permissions change
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=6.0.0' \ 'notebook=6.0.2' \
'jupyterhub=1.0.0' \ 'jupyterhub=1.1.0' \
'jupyterlab=1.2.1' && \ 'jupyterlab=1.2.5' && \
conda clean --all -f -y && \ conda clean --all -f -y && \
npm cache clean --force && \ npm cache clean --force && \
jupyter notebook --generate-config && \ jupyter notebook --generate-config && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment