Open wangbohan6aa opened 2 years ago
https://github.com/open-mmlab/OpenPCDet/issues/955
This worked for me. (This is temporal workaround, though.) Problem was solved by adding follwoing line to Dockerfile
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
you should make a PR with this, i'm also having the same issue, and this solved my problem
Hi,when building the Docker image with :docker build -t midas . the following error occured: 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: _NOPUBKEY A4B469963BF863CC #6 3.925 E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease' is not signed.
try fix with: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC but failed.
Do you have any idea?