Build base compilers docker images #14
Annotations
2 errors
|
|
|
NVC image
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c arch=\"$(uname -m)\" && case \"$arch\" in x86_64) nvplat=amd64 ;; aarch64|arm64) nvplat=arm64 ;; *) echo \"Unsupported architecture: $arch\" >&2; exit 1 ;; esac && if [ \"$ver\" = \"nvhpc\" ]; then apt-get install -y -q --allow-unauthenticated ${ver}; else year=$(echo $ver | cut -d \"-\" -f 2) && export year && minor=$(echo $ver | cut -d \"-\" -f 3) && export minor && curl -O nvhpc.deb -L \"https://developer.download.nvidia.com/hpc-sdk/ubuntu/${nvplat}/nvhpc_${year}.${minor}_${nvplat}.deb\" || curl -O nvhpc.deb -L \"https://developer.download.nvidia.com/hpc-sdk/ubuntu/${nvplat}/nvhpc_${year}.${minor}-0_${nvplat}.deb\" && apt-get install --allow-unauthenticated -y -q ./nvhpc.deb; fi;" did not complete successfully: exit code: 23
|
background
wait
wait-all
cancel
parallel
Loading