Update Dockerfile

This commit is contained in:
Robert Dunmire III 2025-01-12 15:29:31 -05:00
parent 8f4dc34e94
commit 82a4edbcbf
1 changed files with 3 additions and 2 deletions

View File

@ -34,8 +34,9 @@ RUN \
\
/app/bin/python3 -m pip install --no-cache-dir torch &&\
\
/app/bin/python3 -m pip install --no-cache-dir &&\
"wyoming-faster-whisper==${WHISPER_VERSION}" &&\
/app/bin/python3 -m pip 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/v${WHISPER_VERSION}.tar.gz" &&\
\
apt-get purge -y --auto-remove \
build-essential \