autonomous_mobile_robot
autonomous_mobile_robot copied to clipboard
docker build . failed
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:
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:
But it still shows can't verify:
thank you very much
hello,could you please give me a builded image address that i can download it?
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