chore(infra): pin whisper image digest
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user