Skip to content

Commit a7db1a1

Browse files
fix: migrate llama.cpp registry to official ggml-org
- Updates from deprecated ghcr.io/ggerganov/llama.cpp:server - Migrates to official ghcr.io/ggml-org/llama.cpp:server - Resolves Docker image pull failures on deployment - Fixes #[build error #52]
1 parent ab558b1 commit a7db1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ services:
129129
- ${HOST_INDEX_PATH:-.}:/work
130130

131131
llamacpp:
132-
image: ghcr.io/ggerganov/llama.cpp:server
132+
image: ghcr.io/ggml-org/llama.cpp:server
133133
container_name: llama-decoder
134134
# Optional sidecar providing a text-generation API on :8080
135135
# No behavior change unless REFRAG_DECODER=1

0 commit comments

Comments
 (0)