Merge pull request #498 from minrk/bump-lab

bump jupyterlab and install jupyter-labhub extension
This commit is contained in:
Min RK
2017-11-14 14:05:38 +01:00
committed by GitHub

View File

@@ -77,8 +77,10 @@ RUN cd /tmp && \
RUN conda install --quiet --yes \
'notebook=5.2.*' \
'jupyterhub=0.8.*' \
'jupyterlab=0.28.*' \
'jupyterlab=0.29.*' \
&& conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.6.0 && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
fix-permissions $CONDA_DIR
USER root