mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Remove --quiet flag when not needed (#1887)
This commit is contained in:
@@ -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}" && \
|
||||
|
Reference in New Issue
Block a user