Update CUDA repository GPG keys on Ubuntu 18.04 #294
Replies: 2 comments 8 replies
-
That workaround appears to just disable the CUDA repositories. If we don't need anything from them, that's fine (although then why are we using an nvidia base image at all?). Otherwise, we might want to instead use this process which updates the signing keys instead. Whichever way we go, I'd put the workaround immediately before the first |
Beta Was this translation helpful? Give feedback.
-
I just found out that Searching through the repository for
|
Beta Was this translation helpful? Give feedback.
-
Current the following command does not work:
ue4-docker build 4.19.2 --cuda=10.0 --no-full
. This is because the CUDA repository GPG keys on Ubuntu 18.04 have been rotated. I have found a workaround for a dockerfile that uses the same base image, but am unsure which dockerfiles need to be updated in this repository; would I just have to add those 2 lines after line 2 of https://github.com/adamrehn/ue4-docker/blob/master/ue4docker/dockerfiles/ue4-build-prerequisites/linux/Dockerfile?Beta Was this translation helpful? Give feedback.
All reactions