chore(infra): pin whisper image digest

This commit is contained in:
William Valentin
2026-05-20 17:36:42 -07:00
parent 39cbe7054f
commit d8f9640564
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ services:
# - ggml-medium.bin for the CPU server
# - ggml-small.bin for the GPU server (small fits in the limited VRAM left after gemma)
whisper-init:
image: ghcr.io/ggml-org/whisper.cpp:main
image: ghcr.io/ggml-org/whisper.cpp@sha256:672650b5e67f9cb86af7ac6e09dea8eac12a024086e1e5c0172fdccf336aba09
container_name: whisper-init
profiles: ["voice"]
restart: "no"
@@ -120,7 +120,7 @@ services:
# ~14 s per short clip (medium-on-CPU is 90x slower than small-on-GPU above).
# Start with: docker compose --profile voice up -d whisper-server
whisper-server:
image: ghcr.io/ggml-org/whisper.cpp:main
image: ghcr.io/ggml-org/whisper.cpp@sha256:672650b5e67f9cb86af7ac6e09dea8eac12a024086e1e5c0172fdccf336aba09
container_name: whisper-server
restart: unless-stopped
profiles: ["voice"]
+1 -1
View File
@@ -33,7 +33,7 @@ services:
# Optional local dependency: whisper.cpp server for audio transcription.
# Start with: docker compose --profile voice up -d whisper-server
whisper-server:
image: ghcr.io/ggml-org/whisper.cpp:main
image: ghcr.io/ggml-org/whisper.cpp@sha256:672650b5e67f9cb86af7ac6e09dea8eac12a024086e1e5c0172fdccf336aba09
container_name: whisper-server
restart: unless-stopped
profiles: ["voice"]