Change Wyoming listener port to 10405

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 20:58:31 -04:00
parent 9dd6213831
commit b043494c74
2 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN mkdir /data RUN mkdir /data
VOLUME /data VOLUME /data
EXPOSE 10300 EXPOSE 10405
ENTRYPOINT ["python3", "-m", "wyoming_faster_whisper"] ENTRYPOINT ["python3", "-m", "wyoming_faster_whisper"]
CMD ["--uri", "tcp://0.0.0.0:10300", "--data-dir", "/data", "--model", "Systran/faster-distil-whisper-small.en", "--device", "cuda", "--compute-type", "float16"] CMD ["--uri", "tcp://0.0.0.0:10405", "--data-dir", "/data", "--model", "Systran/faster-distil-whisper-small.en", "--device", "cuda", "--compute-type", "float16"]

View File

@@ -13,7 +13,7 @@ services:
- video - video
- render - render
ports: ports:
- "10300:10300" - "10405:10405"
volumes: volumes:
- ./data:/data - ./data:/data
environment: environment:
@@ -21,7 +21,7 @@ services:
# gfx1031 (RX 6000-series variants) can be told to behave as gfx1030. # gfx1031 (RX 6000-series variants) can be told to behave as gfx1030.
- HSA_OVERRIDE_GFX_VERSION=10.3.0 - HSA_OVERRIDE_GFX_VERSION=10.3.0
command: > command: >
--uri tcp://0.0.0.0:10300 --uri tcp://0.0.0.0:10405
--data-dir /data --data-dir /data
--model Systran/faster-distil-whisper-small.en --model Systran/faster-distil-whisper-small.en
--device cuda --device cuda