From 3dff38ab3de0aeae135bef6de2ba95a468cde5dd Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Fri, 20 Aug 2021 16:35:08 +0200 Subject: [PATCH] Point to newer native_client build with lower glibc requirement [skip ci] --- Dockerfile.train | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.train b/Dockerfile.train index 0e86fa2a..3fbf3dcb 100644 --- a/Dockerfile.train +++ b/Dockerfile.train @@ -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