mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-06-01 01:54:00 +00:00
updates
This commit is contained in:
@@ -1,24 +1,15 @@
|
||||
# Biergarten Pipeline — RunPod pod template
|
||||
#
|
||||
# This template is meant to be imported into RunPod or adapted to the exact
|
||||
# schema used by your account/export format. It intentionally keeps the runtime
|
||||
# contract simple:
|
||||
# - the container boots into /workspace/app/build
|
||||
# - prompts are available from build/prompts
|
||||
# - generated SQLite exports and logs go to writable volumes
|
||||
# - mocked mode works without a model file
|
||||
# - live mode can be enabled by setting BIERGARTEN_MODE=live and mounting a GGUF model
|
||||
|
||||
name: biergarten-pipeline-live
|
||||
image: biergarten-pipeline:latest
|
||||
workingDir: /workspace/app
|
||||
entrypoint:
|
||||
imageName: biergarten-pipeline:latest
|
||||
category: NVIDIA
|
||||
containerDiskInGb: 50
|
||||
volumeInGb: 50
|
||||
volumeMountPath: /workspace
|
||||
dockerEntrypoint:
|
||||
- /usr/local/bin/biergarten-start
|
||||
resources:
|
||||
gpu: 1
|
||||
containerDiskInGb: 50
|
||||
volumeInGb: 50
|
||||
environment:
|
||||
dockerStartCmd: []
|
||||
isPublic: false
|
||||
isServerless: false
|
||||
env:
|
||||
BIERGARTEN_MODE: live
|
||||
BIERGARTEN_MODEL_PATH: /workspace/models/google_gemma-4-E4B-it-Q6_K.gguf
|
||||
BIERGARTEN_PROMPT_DIR: /workspace/app/build/prompts
|
||||
@@ -29,11 +20,3 @@ environment:
|
||||
BIERGARTEN_TOP_K: "64"
|
||||
BIERGARTEN_N_CTX: "8192"
|
||||
BIERGARTEN_SEED: "-1"
|
||||
volumes:
|
||||
- name: models
|
||||
mountPath: /workspace/models
|
||||
- name: output
|
||||
mountPath: /workspace/output
|
||||
- name: logs
|
||||
mountPath: /workspace/logs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user