You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build a pre-compiled driver image for kernel version 6.5.0-1020-aws since NVIDIA does not provide any pre-compiled driver images for kernels other than 5.15. I am following this documentation. I have encountered several issues when trying to build using the Dockerfile in the ubuntu22.04/precompiled directory.
For reference, I used the following command to build the image:
Here it is clearly visible that several packages/repos are returning 404 error. I had to manually remove this line: dpkg --add-architecture i386 to make it work.
Even after fixing the above, Certificate authority for https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa is Unknown. I can see that ca-certificates package gets installed, but still the CA for https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa is unknown.
Need help fixing this. We are trying to upgrade our EKS cluster to k8s v1.31 and have been running into roadblocks due to nvidia gpu drivers. Refer to this issue for another problem we had: NVIDIA/gpu-operator#1220
The text was updated successfully, but these errors were encountered:
I am trying to build a pre-compiled driver image for kernel version
6.5.0-1020-aws
since NVIDIA does not provide any pre-compiled driver images for kernels other than5.15
. I am following this documentation. I have encountered several issues when trying to build using the Dockerfile in theubuntu22.04/precompiled
directory.For reference, I used the following command to build the image:
line 21
:Here it is clearly visible that several packages/repos are returning
404
error. I had to manually remove this line:dpkg --add-architecture i386
to make it work.Even after fixing the above, Certificate authority for
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa
isUnknown
. I can see thatca-certificates
package gets installed, but still the CA forhttps://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa
is unknown.Need help fixing this. We are trying to upgrade our EKS cluster to k8s v1.31 and have been running into roadblocks due to nvidia gpu drivers. Refer to this issue for another problem we had: NVIDIA/gpu-operator#1220
The text was updated successfully, but these errors were encountered: