Update Dockerfile
This commit is contained in:
parent
8f4dc34e94
commit
82a4edbcbf
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue