Skip to content

Commit 15a6651

Browse files
authored
Merge pull request #1046 from romainx/lab_clean
Using jupyter lab clean command instead of rm (#752)
2 parents a644bde + 073aee8 commit 15a6651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy-notebook/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ RUN conda install --quiet --yes \
5454
jupyter labextension install @bokeh/jupyter_bokeh@^2.0.0 --no-build && \
5555
jupyter labextension install jupyter-matplotlib@^0.7.2 --no-build && \
5656
jupyter lab build && \
57+
jupyter lab clean && \
5758
npm cache clean --force && \
58-
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
5959
rm -rf /home/$NB_USER/.cache/yarn && \
6060
rm -rf /home/$NB_USER/.node-gyp && \
6161
fix-permissions $CONDA_DIR && \

0 commit comments

Comments
 (0)