build(docker): pin the llama.cpp image by digest
The :server-cuda tag is a moving target, so a fresh pull could silently change server behaviour (flags, the baked-in healthcheck, ...). Pin the default image to the current digest for reproducibility; overriding `image` in the config or via --image still works. A comment documents how to bump the pin. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
d72361cbae
commit
c553654aae
3 changed files with 9 additions and 3 deletions
|
|
@ -14,7 +14,9 @@
|
|||
# locking (--change), and --stop/--check targeting.
|
||||
|
||||
[default]
|
||||
image = ghcr.io/ggml-org/llama.cpp:server-cuda
|
||||
# Pinned by digest for reproducibility. The :server-cuda tag is a moving target;
|
||||
# to update, pull it, read the new digest, and replace the pin below.
|
||||
image = ghcr.io/ggml-org/llama.cpp@sha256:5535de118ed457f761cbfeacd7e10fef31cb391ca7cac1d5c78b11d28fcf88e6
|
||||
# hf_home unterstützt Environment-Variablen und ~, z. B. hf_home = ${HF_HOME}
|
||||
hf_home = /srv/models
|
||||
model_path = qwen3/default.gguf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue