modified: services/wyoming/docker-compose.yaml
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 29s

modified:   services/wyoming/whisper.kubernetes-deployment.yaml
This commit is contained in:
2025-08-03 21:08:33 +00:00
parent d5acdaf044
commit 29aa862cb7
2 changed files with 13 additions and 13 deletions

View File

@@ -1,15 +1,15 @@
services:
# whisper:
# image: linuxserver/faster-whisper
# restart: unless-stopped
# volumes:
# - whisper_data:/data
# ports:
# - 10300:10300
# environment:
# - TZ=Europe/Lisbon
# - WHISPER_MODEL=small-int8
# - WHISPER_LANG=pt
whisper:
image: linuxserver/faster-whisper # this whisper is not really used.. using an pof on chimera, for better performance
restart: unless-stopped
volumes:
- whisper_data:/data
ports:
- 10300:10300
environment:
- TZ=Europe/Lisbon
- WHISPER_MODEL=small-int8
- WHISPER_LANG=pt
piper:
image: rhasspy/wyoming-piper
restart: unless-stopped

View File

@@ -22,8 +22,8 @@ spec:
labels:
app: wyoming-whisper
spec:
#nodeSelector:
#kubernetes.io/hostname: chimera-flashgordon
nodeSelector:
kubernetes.io/hostname: chimera-flashgordon
tolerations:
- key: "dedicated"
value: "reserved"