From 63a1527b8f767100daa5832713646509295edc7a Mon Sep 17 00:00:00 2001 From: crowetic Date: Tue, 20 May 2025 11:04:10 -0700 Subject: [PATCH] Switched back to AIO docker container for now, until we can figure out how to re-build the more extensive container. --- setup-ai-stack.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup-ai-stack.sh b/setup-ai-stack.sh index 6004dad..39e5b07 100644 --- a/setup-ai-stack.sh +++ b/setup-ai-stack.sh @@ -494,12 +494,11 @@ if [[ "$1" != "--update" ]]; then --name localai \ --gpus all \ -p 8080:8080 \ - -v ~/ai-stack/localai/models:/models \ + -v ~/ai-stack/localai/models:/build/models \ -v ~/ai-stack/localai/config:/config \ -e ENABLE_BACKENDS=llama-cuda,ollama \ -e INCLUDE_DEFAULT_MODELS=true \ -e AUTOLOAD_MODELS=true \ - -e MODEL_PATH=/models \ --restart unless-stopped \ localai/localai:latest-aio-gpu-nvidia-cuda-12