Point to newer native_client build with lower glibc requirement [skip ci]

This commit is contained in:
Reuben Morais 2021-08-20 16:35:08 +02:00
parent 80a109b04e
commit 3dff38ab3d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ RUN wget --no-check-certificate https://github.com/coqui-ai/STT/releases/downloa
unzip temp.zip && \
rm temp.zip
RUN wget --no-check-certificate https://github.com/coqui-ai/STT/releases/download/v0.9.3/native_client.tf.Linux.tar.xz -O temp.tar.xz && \
RUN wget --no-check-certificate https://github.com/reuben/STT/releases/download/v0.10.0-alpha.1/native_client.tar.xz -O temp.tar.xz && \
tar -xf temp.tar.xz && \
rm temp.tar.xz