Commit b7b941cd authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #957 from flixr/jupyterlab_1.2.1

update jupyterlab to 1.2.1
parents 60552960 df3b6652
...@@ -106,7 +106,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ ...@@ -106,7 +106,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=6.0.0' \ 'notebook=6.0.0' \
'jupyterhub=1.0.0' \ 'jupyterhub=1.0.0' \
'jupyterlab=1.1.3' && \ 'jupyterlab=1.2.1' && \
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