From e555b4034593c8ae18f83857982f5b25ec57d1da Mon Sep 17 00:00:00 2001 From: crowetic Date: Mon, 19 May 2025 17:56:52 -0700 Subject: [PATCH] set environment variables in run command as well --- setup-ai-stack.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-ai-stack.sh b/setup-ai-stack.sh index f995c81..3b1de17 100644 --- a/setup-ai-stack.sh +++ b/setup-ai-stack.sh @@ -544,6 +544,7 @@ if [[ "$1" != "--update" ]]; then -e INCLUDE_DEFAULT_MODELS=true \ -e AUTOLOAD_MODELS=true \ -e MODEL_PATH=/models \ + -e CONFIG_PATH=/config \ --restart unless-stopped \ localai:custom