logdetective: move to Fedora 41
This commit is contained in:
parent
ee05a46013
commit
7c665d6858
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@
|
||||||
- name: Download and install cuda drivers repo
|
- name: Download and install cuda drivers repo
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/fedora39/x86_64/cuda-fedora39.repo
|
dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/fedora41/x86_64/cuda-fedora41.repo
|
||||||
dnf clean all
|
dnf clean all
|
||||||
dnf -y install cuda-toolkit-12-6
|
dnf -y install cuda-toolkit
|
||||||
dnf -y module install nvidia-driver:open-dkms
|
dnf -y module install nvidia-driver:open-dkms
|
||||||
register: cuda_installation
|
register: cuda_installation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue