Skip to content

Commit 0c84b71

Browse files
authored
Merge pull request #912 from maresb/master
Use prod instead of dev build for JupyterLab
2 parents 64c893e + b38f17d commit 0c84b71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scipy-notebook/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ RUN conda install --quiet --yes \
4747
# Also activate ipywidgets extension for JupyterLab
4848
# Check this URL for most recent compatibilities
4949
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
50-
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.0 && \
51-
jupyter labextension install [email protected] && \
50+
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.1 --no-build && \
51+
jupyter labextension install [email protected] --no-build && \
52+
jupyter lab build --dev-build=False && \
5253
npm cache clean --force && \
5354
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
5455
rm -rf /home/$NB_USER/.cache/yarn && \

0 commit comments

Comments
 (0)