Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Images] Fix GPU image to have new signing keys #2030

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

Hedingber
Copy link
Contributor

@Hedingber Hedingber commented Jun 9, 2022

During the models-gpu image build, in the Step 9/36 : RUN apt-get update... step we started getting:

Reading package lists...
W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64  InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC
E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64  InRelease' is not signed.

Reading https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212771 it seems like some keys have been rotated
Ideally they are suggesting to fix this by installing some cuda keyring package that should fix this issue permanently (won't break on future keys rotation) but it requires wget to download that package, and we don't have it in our base image, and we can't install it cause we need to run apt-get update for that, and it fails for the missing keys...
There's this solution to allow installing wget but I don't like, I assume soon enough nvidia will release a new base image with the updated keys
So for now used the manual way of specifically installing the missing keys by specifying their hashes

@Hedingber Hedingber merged commit a527fbb into mlrun:development Jun 9, 2022
Hedingber added a commit that referenced this pull request Jun 9, 2022
Eyal-Danieli pushed a commit to Eyal-Danieli/mlrun that referenced this pull request Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant