From 95d2722c9605e5cdc30aec3ef32cb112aa69d804 Mon Sep 17 00:00:00 2001 From: Jeffrey Gordon Date: Fri, 29 Nov 2024 16:53:53 -0500 Subject: [PATCH] put v back in --- apps/whisper/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \