tensorflow / models

Models and examples built with TensorFlow
Other
76.94k stars 45.8k forks source link

Object Detection API Docker container fails to build with public key error #10799

Open cedarwarman opened 1 year ago

cedarwarman commented 1 year ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

1. The entire URL of the file you are using

https://github.com/tensorflow/models/blob/master/research/object_detection/dockerfiles/tf2/Dockerfile

2. Describe the bug

A clear and concise description of what the bug is. During Docker build command, exits with code 100 and message:

"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 no longer signed."

3. Steps to reproduce

Steps to reproduce the behavior.

git clone https://github.com/tensorflow/models.git
# From the root of the git repository
docker build -f research/object_detection/dockerfiles/tf2/Dockerfile -t od .

4. Expected behavior

A clear and concise description of what you expected to happen. Successful container build.

5. Additional context

Include any logs that would be helpful to diagnose the problem.

6. System information

lostncg commented 1 year ago

related https://github.com/tensorflow/models/pull/10649