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)..."