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 1672464 + 734bc77 commit be54e8dCopy full SHA for be54e8d
1 file changed
Web/Resgrid.Web.Tts/Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get update \
28
ca-certificates \
29
curl \
30
&& mkdir -p /usr/local/share/piper-voices \
31
- && curl -fsSL "https://github.com/rhasspy/piper/releases/download/${PIPER_VERSION}/piper_linux_x86_64.tar.gz" -o /tmp/piper.tar.gz \
+ && curl -fsSL "https://github.com/rhasspy/piper/releases/download/${PIPER_VERSION}/piper_amd64.tar.gz" -o /tmp/piper.tar.gz \
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 \
0 commit comments