Commit 706194f7 authored by Peter Parente's avatar Peter Parente

Update jupyterlab hub ext to 0.7.0

parent b45fe723
...@@ -79,7 +79,7 @@ RUN conda install --quiet --yes \ ...@@ -79,7 +79,7 @@ RUN conda install --quiet --yes \
'jupyterhub=0.8.*' \ 'jupyterhub=0.8.*' \
'jupyterlab=0.30.*' \ 'jupyterlab=0.30.*' \
&& conda clean -tipsy && \ && conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.6.0 && \ jupyter labextension install @jupyterlab/hub-extension@^0.7.0 && \
npm cache clean && \ npm cache clean && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
fix-permissions $CONDA_DIR fix-permissions $CONDA_DIR
......
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