removed wyoming faster-whisper from stack moved to chimera
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 34s
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 34s
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
whisper:
|
||||
image: rhasspy/wyoming-whisper
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- whisper_data:/data
|
||||
ports:
|
||||
- 10300:10300
|
||||
environment:
|
||||
- TZ=Europe/Lisbon
|
||||
command: [ "--model", "small", "--language", "pt" ]
|
||||
# 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
|
||||
piper:
|
||||
image: rhasspy/wyoming-piper
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user