mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Merge pull request #498 from minrk/bump-lab
bump jupyterlab and install jupyter-labhub extension
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user