From 7d61556e8285ce169d5883ee04948cd4e99f33f7 Mon Sep 17 00:00:00 2001 From: crowetic Date: Mon, 19 May 2025 16:47:32 -0700 Subject: [PATCH] modified dockerfile URL --- setup-ai-stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-ai-stack.sh b/setup-ai-stack.sh index ba4378a..8fcf1e2 100644 --- a/setup-ai-stack.sh +++ b/setup-ai-stack.sh @@ -46,7 +46,7 @@ if [[ "$1" == "--update" ]]; then # --- LocalAI custom build and update --- LOCALAI_REPO=~/git-repos/LocalAI -DOCKERFILE_URL="https://your-domain.com/path/to/Dockerfile" +DOCKERFILE_URL="https://gitea.qortal.link/crowetic/AI-Dev/raw/branch/main/Dockerfile" echo "🔁 Rebuilding LocalAI (custom)..."