We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a644bde + 073aee8 commit 15a6651Copy full SHA for 15a6651
scipy-notebook/Dockerfile
@@ -54,8 +54,8 @@ RUN conda install --quiet --yes \
54
jupyter labextension install @bokeh/jupyter_bokeh@^2.0.0 --no-build && \
55
jupyter labextension install jupyter-matplotlib@^0.7.2 --no-build && \
56
jupyter lab build && \
57
+ jupyter lab clean && \
58
npm cache clean --force && \
- rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
59
rm -rf /home/$NB_USER/.cache/yarn && \
60
rm -rf /home/$NB_USER/.node-gyp && \
61
fix-permissions $CONDA_DIR && \
0 commit comments