Commit 3ede1c19 authored by Min RK's avatar Min RK Committed by GitHub

Merge pull request #498 from minrk/bump-lab

bump jupyterlab and install jupyter-labhub extension
parents 417e06bf 3e07de95
...@@ -77,8 +77,10 @@ RUN cd /tmp && \ ...@@ -77,8 +77,10 @@ RUN cd /tmp && \
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=5.2.*' \ 'notebook=5.2.*' \
'jupyterhub=0.8.*' \ 'jupyterhub=0.8.*' \
'jupyterlab=0.28.*' \ 'jupyterlab=0.29.*' \
&& conda clean -tipsy && \ && conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.6.0 && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
fix-permissions $CONDA_DIR fix-permissions $CONDA_DIR
USER root USER root
......
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