Skip to content

Commit

Permalink
put v back in
Browse files Browse the repository at this point in the history
  • Loading branch information
hagak committed Nov 29, 2024
1 parent 9e51c6b commit 95d2722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/whisper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 95d2722

Please sign in to comment.