removed unnecessary additional docker run command

This commit is contained in:
crowetic 2025-05-19 17:47:23 -07:00
parent 6af23e4310
commit 9ea15dcd02

View File

@ -553,21 +553,6 @@ if [[ "$1" != "--update" ]]; then
fi
docker run -d \
--name localai \
--gpus all \
--network ai-stack-net \
-p 8080:8080 \
-v ~/ai-stack/localai/models:/models \
-v ~/ai-stack/localai/config:/config \
-e ENABLE_BACKENDS=llama-cuda,whispercpp,stablediffusion,ollama \
-e INCLUDE_DEFAULT_MODELS=true \
-e AUTOLOAD_MODELS=true \
-e MODEL_PATH=/models \
--restart unless-stopped \
localai:custom
echo "✅ AI stack setup complete."