GPG error while building docker
See original GitHub issuecommand:
sudo docker build -t mmdet-serve:latest docker/serve/
error :
W: GPG error: https://developer.download.nvidia.cn/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.
The command '/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates g++ openjdk-11-jre-headless ffmpeg libsm6 libxext6 git ninja-build libglib2.0-0 libsm6 libxrender-dev libxext6 && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
Issue Analytics
- State:
- Created a year ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Repository is not signed in docker build - ubuntu
W: GPG error: http://security.ubuntu.com/ubuntu bionic-security InRelease: At least one invalid signature was encountered. E: The repository ' ...
Read more >Troubleshoot "Expired GPG key" Error in Build - CircleCI Support
If you are using a CircleCI pre-built Docker Image and are getting an "Expired GPG key" error in your build. You can resolve...
Read more >GPG and Signing Error during apt install phase of a docker ...
E: The repository 'http://ports.ubuntu.com/ubuntu-ports focal-security InRelease' is not signed. i have tried multiple of the suggested ...
Read more >apt update throws signature error in Ubuntu 20.04 container ...
The error suggests that one of the files in /var/lib/apt/lists consist at least one invalid/corrupted signature (could be the result of apt-key ...
Read more >GPG error in Ubuntu 21.04 after second apt-get update during ...
[Solved]-GPG error in Ubuntu 21.04 after second apt-get update during Docker build-docker ... Substituting apt-get with apt has worked for me. ... I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@smidm I created Pull Request https://github.com/open-mmlab/mmdetection/pull/8215.
the referenced pull request https://github.com/open-mmlab/mmdetection/pull/7915 was rejected, the bug still persists