Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 36fec21

Browse files
committed
Upgrade to piper-phonemize 1.1.0
1 parent 6e18236 commit 36fec21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN curl -L "https://github.com/gabime/spdlog/archive/refs/tags/v${SPDLOG_VERSIO
3333
RUN mkdir -p "lib/Linux-$(uname -m)"
3434

3535
# Use pre-compiled Piper phonemization library (includes onnxruntime)
36-
ARG PIPER_PHONEMIZE_VERSION='1.0.0'
36+
ARG PIPER_PHONEMIZE_VERSION='1.1.0'
3737
RUN mkdir -p "lib/Linux-$(uname -m)/piper_phonemize" && \
3838
curl -L "https://github.com/rhasspy/piper-phonemize/releases/download/v${PIPER_PHONEMIZE_VERSION}/libpiper_phonemize-${TARGETARCH}${TARGETVARIANT}.tar.gz" | \
3939
tar -C "lib/Linux-$(uname -m)/piper_phonemize" -xzvf -

0 commit comments

Comments
 (0)