From 43a85518d26320e40498c1c5c9f93d47c92ac811 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Fri, 24 Apr 2020 13:19:59 +0200 Subject: [PATCH 1/2] Bump VERSION to 0.7.0-alpha.4 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ba984594..de6d403a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0-alpha.3 +0.7.0-alpha.4 From 0720bcb7134f4a73de62005b92ddc85210180555 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Fri, 24 Apr 2020 13:46:17 +0200 Subject: [PATCH 2/2] Skip prebuilt decoder wheel in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5b1aae2..caf58247 100644 --- a/Dockerfile +++ b/Dockerfile @@ -149,7 +149,7 @@ COPY . /DeepSpeech/ WORKDIR /DeepSpeech -RUN pip3 --no-cache-dir install . +RUN DS_NODECODER=1 pip3 --no-cache-dir install . # Link DeepSpeech native_client libs to tf folder RUN ln -s /DeepSpeech/native_client /tensorflow