Skip to content

Commit 8946286

Browse files
authored
Merge pull request #950 from maresb/master
With JupyterLab 1.1, --dev-build=False is no longer necessary.
2 parents 3163904 + 10380ed commit 8946286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN conda install --quiet --yes \
5050
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
5151
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.1 --no-build && \
5252
jupyter labextension install [email protected] --no-build && \
53-
jupyter lab build --dev-build=False && \
53+
jupyter lab build && \
5454
npm cache clean --force && \
5555
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
5656
rm -rf /home/$NB_USER/.cache/yarn && \

0 commit comments

Comments
 (0)