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