mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Merge pull request #1046 from romainx/lab_clean
Using jupyter lab clean command instead of rm (#752)
This commit is contained in:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user