question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GPG error while building docker

See original GitHub issue

command:

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:closed
  • Created a year ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
atinfinitycommented, Jun 18, 2022
0reactions
smidmcommented, Jun 17, 2022

the referenced pull request https://github.com/open-mmlab/mmdetection/pull/7915 was rejected, the bug still persists

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found