-
Notifications
You must be signed in to change notification settings - Fork 2k
CUDA / Docker & GPG error #658
Comments
I think my problem is relevant to @Isn0gud Started happening since this morning:
|
Where you using the latest images? i.e. did you do a |
It was a fresh instance from today, so yeah they are the latest images. So it is basically a fresh install with only the latest docker in the ubuntu repo. I never called |
No that's not the expected way, I was just trying to figure out what's wrong. |
The issue seems to be resolved on my end. The GPG Key ist still untrusted though. But I do not have experience with packaging, so I don't know if that is even a problem.
|
@flx42 I was building a cuda runtime image that is almost identical to the official one at dockerhub. Only mine is based off another base image in the FROM directive. |
@Abai is it solved for you too? |
Yes! All looks good now. Thanks. |
you may delete/move two files: |
@np-csu try using |
@flx42 I solved the GPG issue by setting the /etc/hosts to assign developer.download.nvidia.com to 192.229.211.70, in order to override the default value 183.214.10.141/142 for me. |
@davinwang yes it worked, and it's the only successful method I tried :( |
I have a similar problem to #619
FROM nvidia/cuda:9.0-cudnn7-runtime-ubuntu16.04
I tried
rm /etc/apt/sources.list.d/cuda.list
-> same resultThe text was updated successfully, but these errors were encountered: