autonomous_mobile_robot icon indicating copy to clipboard operation
autonomous_mobile_robot copied to clipboard

docker build . failed

Open w8128835 opened this issue 2 years ago • 2 comments

hello,i run the command "docker build . -t amr",but it show me that cuda repo couldn't be verified,like the picture showed below: Picture1

And i checked this problem,use the way to update key: sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub like the picture guides below: Picture1

But it still shows can't verify: image

thank you very much

w8128835 avatar May 31 '22 12:05 w8128835

hello,could you please give me a builded image address that i can download it?

w8128835 avatar Jun 01 '22 06:06 w8128835

Thanks for pointing this out, Nvidia seems to be rotating the public keys which has affected the build of all their Docker images. I created a branch that fixes this, please check the PR: ##11

I followed the instructions from this link: https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/

Let me know if it works

jdgalviss avatar Jun 01 '22 19:06 jdgalviss