Merge pull request #3302 from techiaith/r0.8

fix for #3295 on r0.8 branch
This commit is contained in:
lissyx 2020-09-02 15:56:26 +02:00 committed by GitHub
commit b17d43a0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ RUN cd native_client/ctcdecode && make NUM_PROCESSES=$(nproc) bindings
RUN pip3 install --upgrade native_client/ctcdecode/dist/*.whl RUN pip3 install --upgrade native_client/ctcdecode/dist/*.whl
# Prepare deps # 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 # Install DeepSpeech
# - No need for the decoder since we did it earlier # - No need for the decoder since we did it earlier