mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Force npm cache clean
This commit is contained in:
@@ -83,7 +83,7 @@ RUN conda install --quiet --yes \
|
|||||||
'jupyterlab=0.31.*' && \
|
'jupyterlab=0.31.*' && \
|
||||||
conda clean -tipsy && \
|
conda clean -tipsy && \
|
||||||
jupyter labextension install @jupyterlab/hub-extension@^0.8.0 && \
|
jupyter labextension install @jupyterlab/hub-extension@^0.8.0 && \
|
||||||
npm cache clean && \
|
npm cache clean --force && \
|
||||||
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
||||||
rm -rf /home/$NB_USER/.cache/yarn && \
|
rm -rf /home/$NB_USER/.cache/yarn && \
|
||||||
fix-permissions $CONDA_DIR && \
|
fix-permissions $CONDA_DIR && \
|
||||||
|
Reference in New Issue
Block a user