From 10380edb48a2e7f1737f127cffa11bd4db32ba9d Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Mon, 14 Oct 2019 21:57:48 +0200 Subject: [PATCH] With JupyterLab 1.1, --dev-build=False is no longer necessary. --- scipy-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index d7b30953..a68d55d4 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -50,7 +50,7 @@ RUN conda install --quiet --yes \ # https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager 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 && \ + jupyter lab build && \ npm cache clean --force && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ rm -rf /home/$NB_USER/.cache/yarn && \