Skip to content

Commit

Permalink
Merge pull request #1046 from romainx/lab_clean
Browse files Browse the repository at this point in the history
Using jupyter lab clean command instead of rm (#752)
  • Loading branch information
parente authored Mar 16, 2020
2 parents a644bde + 073aee8 commit 15a6651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 15a6651

Please sign in to comment.