mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Use mamba clean
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
Reference in New Issue
Block a user