Docker builds #150
Annotations
2 errors and 1 warning
Run ravsamhq/notify-slack-action@v2
No SLACK_WEBHOOK_URL provided
|
Run docker/build-push-action@v6
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update && apt-get install -y wget && apt-get update -qq --fix-missing && NCCL_VER=$(dpkg -s libnccl2 | grep '^Version:' | awk -F ' ' '{print $2}' | awk -F '-' '{print $1}' | grep -ve '^\\s*$') && CUDA_VERSION_MM=${CUDA_VERSION%.*} && TO_INSTALL_NCCL=$(echo -e \"$MAX_ALLOWED_NCCL\\n$NCCL_VER\" | sort -V | head -n1)-1+cuda${CUDA_VERSION_MM} && apt-get install -y --no-install-recommends --allow-downgrades --allow-change-held-packages build-essential pkg-config cmake git wget curl unzip ca-certificates software-properties-common libopenmpi-dev openmpi-bin ssh ninja-build libnccl2=$TO_INSTALL_NCCL libnccl-dev=$TO_INSTALL_NCCL && add-apt-repository ppa:deadsnakes/ppa && apt-get install -y python${PYTHON_VERSION} python${PYTHON_VERSION}-distutils python${PYTHON_VERSION}-dev && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get autoremove -y && apt-get clean && rm -rf /root/.cache && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading