This commit is contained in:
2025-11-01 21:16:10 +01:00
rodzic 3adc169457
commit 265b635a0c
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@@ -5,5 +5,4 @@ __________ .___ _____ .___
|______ /(____ /\____ | \____|__ /___| |______ /(____ /\____ | \____|__ /___|
\/ \/ \/ \/ \/ \/ \/ \/
B A D A I - H O S T ( U B U N T U , A M D G P U ) B A D A I - H O S T ( U B U N T U , A M D G P U )

Wyświetl plik

@@ -38,7 +38,8 @@ sudo chown -R $LOGNAME /srv/containers
# 8. Creare sottocartelle per aitools # 8. Creare sottocartelle per aitools
echo "Creando cartelle per aitools..." echo "Creando cartelle per aitools..."
mkdir -p /srv/containers/aitools/{models,.cache} mkdir -p /srv/containers/aitools/models
mkdir -p /srv/containers/aitools/.cache
# 9. Creare file vuoto llamacpp_config.yaml # 9. Creare file vuoto llamacpp_config.yaml
echo "Creando llamacpp_config.yaml..." echo "Creando llamacpp_config.yaml..."