diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index 5d86ae1..9043dbe 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -21,7 +21,7 @@ usermod -g conda root EOF # Ownership & permissions based on https://docs.anaconda.com/anaconda/install/multi-user/#multi-user-anaconda-installation-on-linux -COPY --from=condaforge/miniforge3:24.9.0-0 --chown=root:conda --chmod=770 /opt/conda /opt/conda +COPY --from=condaforge/miniforge3:24.9.2-0 --chown=root:conda --chmod=770 /opt/conda /opt/conda # Ensure new files are created with group write access & setgid. See https://unix.stackexchange.com/a/12845 RUN chmod g+ws /opt/conda diff --git a/context/condarc.tmpl b/context/condarc.tmpl index 9700665..b33f107 100644 --- a/context/condarc.tmpl +++ b/context/condarc.tmpl @@ -13,3 +13,4 @@ conda-build: output_folder: $RAPIDS_CONDA_BLD_OUTPUT_DIR number_channel_notices: 0 always_yes: true +quiet: true