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

Fix #10648 #10649

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix #10648 #10649

wants to merge 2 commits into from

Conversation

MasoudKaviani
Copy link

@MasoudKaviani MasoudKaviani commented May 21, 2022

Fix GPG Nvidia key

Description

Fix the issue #10648 for gpg no longer available

Type of change

Bug Fix

Note: Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Tests

Test Configuration:

Checklist

@roffel
Copy link
Contributor

roffel commented Nov 22, 2022

Works for me. Thank you.

@MSutt
Copy link

MSutt commented Jan 16, 2023

The issue is also happening when building the tf1 image models/research/object_detection/dockerfiles/tf1/Dockerfile.
Both base images tensorflow:tensorflow:2.2.0-gpu and tensorflow/tensorflow:1.15.2-gpu-py3 are running on ubuntu 18.04. So according to this comment NVIDIA/nvidia-container-toolkit#258, a better fix would be :

RUN rm /etc/apt/sources.list.d/cuda.list
RUN rm /etc/apt/sources.list.d/nvidia-ml.list
RUN apt-key del 7fa2af80
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants