We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eb6906 + 42f6b61 commit 37058d4Copy full SHA for 37058d4
1 file changed
Web/Resgrid.Web.Tts/Dockerfile
@@ -32,6 +32,8 @@ RUN apt-get update \
32
&& tar -xzf /tmp/piper.tar.gz -C /tmp \
33
&& mv /tmp/piper/piper /usr/local/bin/piper \
34
&& chmod +x /usr/local/bin/piper \
35
+ && find /tmp/piper -name 'libpiper_phonemize.so*' -exec cp {} /usr/local/lib/ \; \
36
+ && ldconfig \
37
&& rm -rf /tmp/piper /tmp/piper.tar.gz \
38
&& curl -fsSL "https://huggingface.co/rhasspy/piper-voices/resolve/main/en/en_US/norman/medium/en_US-norman-medium.onnx" -o /usr/local/share/piper-voices/en_US-norman-medium.onnx \
39
&& curl -fsSL "https://huggingface.co/rhasspy/piper-voices/resolve/main/en/en_US/norman/medium/en_US-norman-medium.onnx.json" -o /usr/local/share/piper-voices/en_US-norman-medium.onnx.json \
0 commit comments