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

@@ -13,4 +13,4 @@ USER ${NB_UID}
# Switch back to jovyan to avoid accidental container runs as root
# Add permanent mamba/pip/conda installs, data files, other user libs here
# e.g., RUN pip install --quiet --no-cache-dir flake8
# e.g., RUN pip install --no-cache-dir flake8