Remove pip cache in root's home directory

pull/666/head
Tim Head 2019-05-04 13:03:50 +02:00
rodzic 240efebcf2
commit 3a6e4b4851
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -73,6 +73,8 @@ rm -rf /srv/conda/pkgs
# Remove the big installer so we don't increase docker image size too much
rm ${INSTALLER_PATH}
# Remove pip cache created as part of installing miniconda
rm -rf /root/.cache
chown -R $NB_USER:$NB_USER ${CONDA_DIR}