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
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
Describe the bug
Building from the Dockerfile, got gpg-key error like:
Err:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC
This problem could be fixed by chanaging the value of FROM in Dockerfile to nvidia/cuda:${CUDA_VERSION}-devel-ubuntu20.04 (It's validated on my env and CUDA_VERSION is set to 12.2.2)
Checklist
Describe the bug
Building from the Dockerfile, got gpg-key error like:
while executing:
It may due to Cuda Repo Signing Key Change is causing package repo update failures
This problem could be fixed by chanaging the value of
FROM
in Dockerfile tonvidia/cuda:${CUDA_VERSION}-devel-ubuntu20.04
(It's validated on my env andCUDA_VERSION
is set to12.2.2
)Reproduction
Environment
The text was updated successfully, but these errors were encountered: