Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions piper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG TARGETVARIANT

# Install Piper
WORKDIR /usr/src
ARG WYOMING_PIPER_VERSION='1.6.3'
ARG WYOMING_VERSION='1.7.2'
ARG WYOMING_PIPER_VERSION='2.1.2'
ARG WYOMING_VERSION='1.8.0'
ARG BINARY_PIPER_VERSION='1.2.0'
ENV PIP_BREAK_SYSTEM_PACKAGES=1

Expand All @@ -25,7 +25,7 @@ RUN \
"wyoming-piper @ https://github.com/rhasspy/wyoming-piper/archive/refs/tags/v${WYOMING_PIPER_VERSION}.tar.gz" \
\
&& pip3 install --no-cache-dir \
"wyoming[http] @ https://github.com/OHF-voice/wyoming/archive/refs/tags/${WYOMING_VERSION}.tar.gz" \
"wyoming[http,zeroconf] @ https://github.com/OHF-voice/wyoming/archive/refs/tags/${WYOMING_VERSION}.tar.gz" \
\
&& curl -L -s \
"https://github.com/rhasspy/piper/releases/download/v${BINARY_PIPER_VERSION}/piper_${TARGETARCH}${TARGETVARIANT}.tar.gz" \
Expand Down