From c775ec0e6e6610474587c9084799e07ad35d24f8 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 5 Feb 2025 16:55:35 +0100 Subject: [PATCH] logdetective: the cuda package name contains version --- roles/logdetective/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index 194b3a6a82..d0f1b84cbc 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -18,7 +18,7 @@ cmd: | 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 + dnf -y install cuda-toolkit-12 dnf -y module install nvidia-driver:open-dkms register: cuda_installation