Update condaforge/miniforge3 Docker tag to v24.9.2 #249
Annotations
1 error and 1 warning
Build image
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Ensure new files/dirs have group write permissions\numask 002\n# update everything before other environment changes, to ensure mixing\n# an older conda with newer packages still works well\nconda update --all -y -n base\n# install expected Python version\nconda install -y -n base \"python~=${PYTHON_VERSION}.0=*_cpython\"\nconda update --all -y -n base\nif [[ \"$LINUX_VER\" == \"rockylinux\"* ]]; then\n yum install -y findutils\n yum clean all\nfi\nfind /opt/conda -follow -type f -name '*.a' -delete\nfind /opt/conda -follow -type f -name '*.pyc' -delete\n# recreate missing libstdc++ symlinks\nconda clean -afy\n" did not complete successfully: exit code: 1
|
|
Loading