From 7c665d6858477e966af91024b805521a73bea826 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 5 Feb 2025 16:51:59 +0100 Subject: [PATCH] logdetective: move to Fedora 41 --- roles/logdetective/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index 33c08202fe..194b3a6a82 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -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