Skip to content

Commit 37058d4

Browse files
authored
Merge pull request #365 from Resgrid/develop
RE1-T115 Fixing broken tts docker
2 parents 0eb6906 + 42f6b61 commit 37058d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Web/Resgrid.Web.Tts/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ RUN apt-get update \
3232
&& tar -xzf /tmp/piper.tar.gz -C /tmp \
3333
&& mv /tmp/piper/piper /usr/local/bin/piper \
3434
&& chmod +x /usr/local/bin/piper \
35+
&& find /tmp/piper -name 'libpiper_phonemize.so*' -exec cp {} /usr/local/lib/ \; \
36+
&& ldconfig \
3537
&& rm -rf /tmp/piper /tmp/piper.tar.gz \
3638
&& 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 \
3739
&& 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

Comments
 (0)