-
Notifications
You must be signed in to change notification settings - Fork 2k
Probable CDN problems! #1624
Comments
The same happens for the ubuntu2004 path: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ Example:
|
This is a known issue and internal teams at NVIDIA are working to resolve it. |
please someone Call to Lapsus$ Hackers if they have a backup from these folders |
piling on w/ 18.04 -- assuming it's the same issue: The repository 'https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 Release' does not have a Release file. |
I'm getting the same issue right now on a docker build from an old Dockerfile that I saw working properly before! Basically:
|
I m getting the same error when I do: for the image: |
I'm getting an error as well, it's different than most that have been posted here. This is the error I'm getting, hopefully this will help the debuggers at nvidia resolve it sooner:
|
Same here while executing I am getting the next error
|
Minimal bash one-liner test, since I haven't seen anyone post it exactly: docker run --rm nvidia/cuda:11.4.0-base apt-get update
|
Facing similar issue |
Similar issue:
|
For those looking for a workaround, in case you're just using one of these images as a parent and don't need to install any additional CUDA libraries, you can run the following before
Depending on how you're building your image, you may need to run these commands with This was a suggestion from the Nvidia forums, where this issue is also being tracked: |
It works fine for me. Thanks you! |
Appears repos are back online again. |
Confirmed, working again for me! |
confirmed here too. it works now! |
Please see the link from #1009 (comment) Note that this may be due to a CDN issue with the CUDA downloads repositories and are not specific to NVIDIA docker. Closing this issue. |
confirmed here too, run the following command before |
#7 13.24 E: Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/Packages 404 Not Found
#7 13.24 E: Failed to fetch https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64/Packages 404 Not Found
The text was updated successfully, but these errors were encountered: