again missing backslash

This commit is contained in:
crowetic 2025-05-20 17:16:07 -07:00
parent 65d8d19639
commit 2ff61e3bba

View File

@ -470,7 +470,7 @@ if [[ "$1" != "--update" ]]; then
docker run -d \
--name localai \
--gpus all \
--network ai-stack-net
--network ai-stack-net \
-p 8080:8080 \
-v ~/ai-stack/localai/models:/build/models \
-v ~/ai-stack/localai/config:/config \