added what seems to be defaults

This commit is contained in:
crowetic 2025-05-19 18:00:43 -07:00
parent e7c2c0f2ef
commit 769c52aea9

View File

@ -539,6 +539,8 @@ if [[ "$1" != "--update" ]]; then
--network ai-stack-net \
-p 8080:8080 \
-v ~/ai-stack/localai/models:/models \
-v ~/ai-stack/localai/models:/app/models \
-v ~/ai-stack/localai/config:/app/configuration\
-v ~/ai-stack/localai/config:/config \
-e ENABLE_BACKENDS=llama-cuda,whispercpp,stablediffusion,ollama \
-e INCLUDE_DEFAULT_MODELS=true \