Remove --quiet flag when not needed (#1887)

This commit is contained in:
Ayaz Salikhov
2023-03-09 15:52:20 +04:00
committed by GitHub
parent 60a7907286
commit 8dbeaa5401
11 changed files with 27 additions and 27 deletions

View File

@@ -65,7 +65,7 @@ RUN fix-permissions "/etc/ipython/"
USER ${NB_UID}
# Install pyarrow
RUN mamba install --quiet --yes \
RUN mamba install --yes \
'pyarrow' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \