From 6b74655f3ae09d49815a0ab1e9f5fb2fae158157 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 20 Mar 2025 17:44:24 +0100 Subject: [PATCH] logdetective: we use cuda-12.8 now --- roles/logdetective/tasks/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index 8dbf57b41a..4ddd4a2426 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -87,7 +87,9 @@ - name: Set up CUDA binary paths ansible.builtin.lineinfile: path: /etc/profile.d/cudapath.sh - line: export PATH=/usr/local/cuda-12.6/bin${PATH:+:${PATH}} + line: export PATH=/usr/local/cuda-12.8/bin${PATH:+:${PATH}} + + # this should be set to ansible_hostname # - name: "set hostname (required by some services, at least postfix need it)"