Adding Whisper and Piper...
This commit is contained in:
+7
-5
@@ -163,8 +163,9 @@ services:
|
||||
WHISPER_BEAM: 1 #optional
|
||||
WHISPER_LANG: en #optional
|
||||
image: lscr.io/linuxserver/faster-whisper:latest
|
||||
ports:
|
||||
- 10300:10300
|
||||
network_mode: host
|
||||
# ports:
|
||||
# - 10300:10300
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
|
||||
@@ -182,11 +183,12 @@ services:
|
||||
PIPER_NOISEW: 0.333 #optional
|
||||
PIPER_SPEAKER: 0 #optional
|
||||
NO_STREAMING: #optional
|
||||
network_mode: host
|
||||
# ports:
|
||||
# - 10200:10200
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${ULTIMA_DOCKER_DIR}/piper/:/config
|
||||
ports:
|
||||
- 10200:10200
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
ollama:
|
||||
name: ollama
|
||||
|
||||
Reference in New Issue
Block a user