mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Upgrade to the first JupyterLab beta v0.31
This commit is contained in:
@@ -77,9 +77,9 @@ 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.30.*' \
|
'jupyterlab=0.31.*' \
|
||||||
&& conda clean -tipsy && \
|
&& conda clean -tipsy && \
|
||||||
jupyter labextension install @jupyterlab/hub-extension@^0.7.0 && \
|
jupyter labextension install @jupyterlab/hub-extension@^0.8.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
|
||||||
|
Reference in New Issue
Block a user