Merge pull request #1046 from romainx/lab_clean

Using jupyter lab clean command instead of rm (#752)
This commit is contained in:
Peter Parente
2020-03-16 16:29:11 -04:00
committed by GitHub

View File

@@ -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 && \