ARM Build Support #667
Annotations
1 error and 1 warning
Build and Push the Docker Image
buildx failed with: ERROR: failed to solve: process "/bin/bash -c if [ -n \"$CUDA_VERSION\" ] ; then LINUX_DISTRO_VERSION=\"${LINUX_DISTRO_VERSION//./}\" && rm -f /etc/apt/sources.list.d/cuda.list && rm -f /etc/apt/sources.list.d/nvidia-ml.list && apt-get update && apt-get install -y --no-install-recommends wget && apt-get autoclean && apt-get clean && rm -rf /var/lib/apt/lists/* && apt-key del 7fa2af80 && mkdir -p /tmp/cuda-keyring && if [ \"$TARGETARCH\" = \"amd64\" ]; then wget -P /tmp/cuda-keyring https://developer.download.nvidia.com/compute/cuda/repos/${LINUX_DISTRO}${LINUX_DISTRO_VERSION}/x86_64/cuda-keyring_1.0-1_all.deb; else wget -P /tmp/cuda-keyring https://developer.download.nvidia.com/compute/cuda/repos/${LINUX_DISTRO}${LINUX_DISTRO_VERSION}/arm64/cuda-keyring_1.0-1_all.deb; fi dpkg -i /tmp/cuda-keyring/cuda-keyring_1.0-1_all.deb && rm -rf /tmp/cuda-keyring; fi" did not complete successfully: exit code: 1
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading