From b42bdf2ec42fb298683ffd4a78ede4d595aeff9c Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 20 Mar 2025 17:48:55 +0100 Subject: [PATCH] logdetective: use models directory on our secondary drive --- roles/logdetective/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/logdetective/tasks/main.yml b/roles/logdetective/tasks/main.yml index 3bd9144b53..742f0daada 100644 --- a/roles/logdetective/tasks/main.yml +++ b/roles/logdetective/tasks/main.yml @@ -89,6 +89,11 @@ path: /etc/profile.d/cudapath.sh line: export PATH=/usr/local/cuda-12.8/bin${PATH:+:${PATH}} + - name: Use models directory on our secondary drive + ansible.builtin.lineinfile: + path: /etc/profile.d/models.sh + line: export MODELS_PATH=/mnt/srv/models/ + # TODO Configure Podman to store data on our secondary drive in # /mnt/srv/containers_storage/ # I couldn't figure how to do this, so I enlarged our primary disk from