Skip to content

Commit

Permalink
Merge pull request #912 from maresb/master
Browse files Browse the repository at this point in the history
Use prod instead of dev build for JupyterLab
  • Loading branch information
parente authored Jul 28, 2019
2 parents 64c893e + b38f17d commit 0c84b71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ RUN conda install --quiet --yes \
# Also activate ipywidgets extension for JupyterLab
# Check this URL for most recent compatibilities
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.0 && \
jupyter labextension install jupyterlab_bokeh@1.0.0 && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.1 --no-build && \
jupyter labextension install jupyterlab_bokeh@1.0.0 --no-build && \
jupyter lab build --dev-build=False && \
npm cache clean --force && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
rm -rf /home/$NB_USER/.cache/yarn && \
Expand Down

0 comments on commit 0c84b71

Please sign in to comment.