logdetective: move to Fedora 41

This commit is contained in:
Pavel Raiskup 2025-02-05 16:51:59 +01:00
parent ee05a46013
commit 7c665d6858

View file

@ -16,9 +16,9 @@
- name: Download and install cuda drivers repo
ansible.builtin.shell:
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 -y install cuda-toolkit-12-6
dnf -y install cuda-toolkit
dnf -y module install nvidia-driver:open-dkms
register: cuda_installation