push iniziale dello script

This commit is contained in:
2025-03-05 18:46:12 +01:00
parent 8c0102f454
commit dee57c36bd
2 changed files with 91 additions and 0 deletions

7
controlla_ollama.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Aggiungi i percorsi necessari al PATH
export PATH=$PATH:/usr/local/bin
# Esegui lo script Python
/usr/bin/python /opt/controllore_vram_ollama/controlla_vram_ollama.py > /opt/controllore_vram_ollama/log_controllore.log 2>&1