From a37c5f19a777198fd86a17a834f9bfcffa4872e9 Mon Sep 17 00:00:00 2001 From: Dewi Bryn Jones Date: Wed, 2 Sep 2020 12:51:51 +0100 Subject: [PATCH] fix for #3295 on r0.8 branch --- Dockerfile.train.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.train.tmpl b/Dockerfile.train.tmpl index 9a857044..6fd93fe9 100644 --- a/Dockerfile.train.tmpl +++ b/Dockerfile.train.tmpl @@ -41,7 +41,7 @@ RUN cd native_client/ctcdecode && make NUM_PROCESSES=$(nproc) bindings RUN pip3 install --upgrade native_client/ctcdecode/dist/*.whl # Prepare deps -RUN pip3 install --upgrade pip==20.0.2 wheel==0.34.2 setuptools==46.1.3 +RUN pip3 install --upgrade pip==20.2.2 wheel==0.34.2 setuptools==49.6.0 # Install DeepSpeech # - No need for the decoder since we did it earlier