diff --git a/Dockerfile b/Dockerfile index c8f00e1..fc1ca26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,7 +95,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && pip install --no-cache-dir /wheels/*.whl \ && pip install --no-cache-dir \ "faster-whisper>=1.2.1,<2" \ - "wyoming-faster-whisper>=3.1.1" + "wyoming-faster-whisper>=3.1.0" RUN mkdir /data VOLUME /data