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-medium.bin for the CPU server
|
||||||
# - ggml-small.bin for the GPU server (small fits in the limited VRAM left after gemma)
|
# - ggml-small.bin for the GPU server (small fits in the limited VRAM left after gemma)
|
||||||
whisper-init:
|
whisper-init:
|
||||||
image: ghcr.io/ggml-org/whisper.cpp:main
|
image: ghcr.io/ggml-org/whisper.cpp@sha256:672650b5e67f9cb86af7ac6e09dea8eac12a024086e1e5c0172fdccf336aba09
|
||||||
container_name: whisper-init
|
container_name: whisper-init
|
||||||
profiles: ["voice"]
|
profiles: ["voice"]
|
||||||
restart: "no"
|
restart: "no"
|
||||||
@@ -120,7 +120,7 @@ services:
|
|||||||
# ~14 s per short clip (medium-on-CPU is 90x slower than small-on-GPU above).
|
# ~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
|
# Start with: docker compose --profile voice up -d whisper-server
|
||||||
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
|
container_name: whisper-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
profiles: ["voice"]
|
profiles: ["voice"]
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
# Optional local dependency: whisper.cpp server for audio transcription.
|
# Optional local dependency: whisper.cpp server for audio transcription.
|
||||||
# Start with: docker compose --profile voice up -d whisper-server
|
# Start with: docker compose --profile voice up -d whisper-server
|
||||||
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
|
container_name: whisper-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
profiles: ["voice"]
|
profiles: ["voice"]
|
||||||
|
|||||||
Reference in New Issue
Block a user