Update Dockerfile

This commit is contained in:
Robert Dunmire III 2025-01-12 14:28:49 -05:00
parent 8fc52e96c4
commit badca0993a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ RUN \
-O /tmp/piper_phonemize-${PIPER_PHONEMIZE_VERSION}-py3-none-any.whl &&\
\
/app/bin/python3 -m pip install --no-cache-dir --force-reinstall --no-deps \
piper_phonemize-1${PIPER_PHONEMIZE_VERSION}py3-none-any.whl &&\
/tmp/piper_phonemize-1${PIPER_PHONEMIZE_VERSION}py3-none-any.whl &&\
\
/app/bin/python3 -m pip install --no-cache-dir \
"wyoming-piper @ https://github.com/rhasspy/wyoming-piper/archive/refs/tags/v${WYOMING_PIPER_VERSION}.tar.gz"