diff --git a/apps/whisper/Dockerfile b/apps/whisper/Dockerfile index 2928ee4..8995bf0 100644 --- a/apps/whisper/Dockerfile +++ b/apps/whisper/Dockerfile @@ -17,7 +17,7 @@ apt-get update \ wheel \ && pip3 install --no-cache-dir \ --extra-index-url https://www.piwheels.org/simple \ - "wyoming-faster-whisper @ https://github.com/rhasspy/wyoming-faster-whisper/archive/refs/tags/${VERSION}.tar.gz" \ + "wyoming-faster-whisper @ https://github.com/rhasspy/wyoming-faster-whisper/archive/refs/tags/v${VERSION}.tar.gz" \ \ && apt-get purge -y --auto-remove \ build-essential \