Commit 57f8546c authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #853 from InfuseAI/jupyterlab-0.35.5

Update to JupyterLab 0.35.5
parents f646d2b2 95dfb85e
...@@ -101,7 +101,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ ...@@ -101,7 +101,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=5.7.8' \ 'notebook=5.7.8' \
'jupyterhub=0.9.6' \ 'jupyterhub=0.9.6' \
'jupyterlab=0.35.4' && \ 'jupyterlab=0.35.5' && \
conda clean -tipsy && \ conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \ jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
npm cache clean --force && \ npm cache clean --force && \
......
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