From 309453fa00806d19bf3592b63dfcd0959ac8c03f Mon Sep 17 00:00:00 2001 From: romainx Date: Sun, 15 Mar 2020 06:24:56 +0100 Subject: [PATCH] Using jupyter lab clean (#752) --- scipy-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 0316e20b..cd019d86 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -54,8 +54,8 @@ RUN conda install --quiet --yes \ jupyter labextension install @bokeh/jupyter_bokeh@^2.0.0 --no-build && \ jupyter labextension install jupyter-matplotlib@^0.7.2 --no-build && \ jupyter lab build && \ + jupyter lab clean && \ npm cache clean --force && \ - rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ rm -rf /home/$NB_USER/.cache/yarn && \ rm -rf /home/$NB_USER/.node-gyp && \ fix-permissions $CONDA_DIR && \