Skip to content

Commit

Permalink
fix: update cuda gpg key (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored May 9, 2022
1 parent a6b4a29 commit 6518c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/cuda/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- name: CUDA (add nvidia key)
become: yes
apt_key:
url: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub
url: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub

- name: CUDA (add CUDA repository into sources.list)
become: yes
Expand Down

0 comments on commit 6518c59

Please sign in to comment.