reduce docker image size

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Aaron Po
2026-05-04 23:11:17 -04:00
parent c0445baebc
commit b4238cd713
2 changed files with 43 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ MODEL_PATH="${BIERGARTEN_MODEL_PATH:-/workspace/models/google_gemma-4-E4B-it-Q6_
OUTPUT_DIR="${BIERGARTEN_OUTPUT_DIR:-/workspace/output}"
LOG_PATH="${BIERGARTEN_LOG_PATH:-/workspace/logs/pipeline.log}"
EXECUTABLE="/workspace/app/build/biergarten-pipeline"
PROMPT_DIR="/workspace/app/build/prompts"
PROMPT_DIR="/workspace/app/prompts"
echo "--- Starting Biergarten Pipeline Environment Check ---"