modified dockerfile URL

This commit is contained in:
crowetic 2025-05-19 16:47:32 -07:00
parent e80f6c995a
commit 7d61556e82

View File

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