modified: services/wyoming/docker-compose.yaml
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 29s
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 29s
modified: services/wyoming/whisper.kubernetes-deployment.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user