Use mamba clean

This commit is contained in:
Ayaz Salikhov
2021-05-25 14:02:26 +03:00
parent df1bffc6fe
commit e4f41dd4e9
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ USER $NB_UID
# Install pyarrow
RUN mamba install --quiet --yes --satisfied-skip-solve \
'pyarrow=4.0.*' && \
conda clean --all -f -y && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"