Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDA GPG causes an error #2438

Closed
3 tasks done
kenji-miyake opened this issue Apr 29, 2022 · 2 comments · Fixed by autowarefoundation/autoware_core_universe_prototype#257
Closed
3 tasks done

CUDA GPG causes an error #2438

kenji-miyake opened this issue Apr 29, 2022 · 2 comments · Fixed by autowarefoundation/autoware_core_universe_prototype#257

Comments

@kenji-miyake
Copy link
Contributor

kenji-miyake commented Apr 29, 2022

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

See https://github.com/autowarefoundation/autoware_common/runs/6220775368?check_suite_focus=true#step:6:16

Expected behavior

No error.

Actual behavior

Run sudo apt-get -yqq update
W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/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/ubuntu2004/x86_64  InRelease' is not signed.
Error: Process completed with exit code 100.

Steps to reproduce

Run the workflow.

Versions

No response

Possible causes

  • Update the key.
  • Remove CUDA from the source list after installation.

Additional context

@kenji-miyake
Copy link
Contributor Author

kenji-miyake commented Apr 30, 2022

The commands users should run are:

sudo apt-key del 7fa2af80
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub

https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_network

Or,

wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
# wget https://developer.download.nvidia.com/compute/cuda/repos/$distro/$arch/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb

https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212772/1

@mitsudome-r mitsudome-r transferred this issue from autowarefoundation/autoware_core_universe_prototype Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant