Merge pull request #3343 from lissyx/docker-1.15.4
Use correct 1.15.4 docker image
This commit is contained in:
commit
c7d58d628e
|
@ -1,6 +1,6 @@
|
||||||
# Please refer to the TRAINING documentation, "Basic Dockerfile for training"
|
# Please refer to the TRAINING documentation, "Basic Dockerfile for training"
|
||||||
|
|
||||||
FROM tensorflow/tensorflow:1.15.2-gpu-py3
|
FROM tensorflow/tensorflow:1.15.4-gpu-py3
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ENV DEEPSPEECH_REPO=#DEEPSPEECH_REPO#
|
ENV DEEPSPEECH_REPO=#DEEPSPEECH_REPO#
|
||||||
|
@ -43,9 +43,6 @@ RUN pip3 install --upgrade native_client/ctcdecode/dist/*.whl
|
||||||
# Prepare deps
|
# Prepare deps
|
||||||
RUN pip3 install --upgrade pip==20.2.2 wheel==0.34.2 setuptools==49.6.0
|
RUN pip3 install --upgrade pip==20.2.2 wheel==0.34.2 setuptools==49.6.0
|
||||||
|
|
||||||
# FIXME: Hack because no 1.15.4 Docker image
|
|
||||||
RUN pip3 install --upgrade tensorflow-gpu==1.15.4
|
|
||||||
|
|
||||||
# Install DeepSpeech
|
# Install DeepSpeech
|
||||||
# - No need for the decoder since we did it earlier
|
# - No need for the decoder since we did it earlier
|
||||||
# - There is already correct TensorFlow GPU installed on the base image,
|
# - There is already correct TensorFlow GPU installed on the base image,
|
||||||
|
|
|
@ -24,6 +24,7 @@ payload:
|
||||||
env:
|
env:
|
||||||
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
||||||
MSYS: 'winsymlinks:nativestrict'
|
MSYS: 'winsymlinks:nativestrict'
|
||||||
|
GIT_LFS_SKIP_SMUDGE: '1'
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- >-
|
- >-
|
||||||
|
|
|
@ -31,6 +31,7 @@ then:
|
||||||
EXPECTED_TENSORFLOW_VERSION: "${build.tensorflow_git_desc}"
|
EXPECTED_TENSORFLOW_VERSION: "${build.tensorflow_git_desc}"
|
||||||
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
||||||
MSYS: 'winsymlinks:nativestrict'
|
MSYS: 'winsymlinks:nativestrict'
|
||||||
|
GIT_LFS_SKIP_SMUDGE: '1'
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- >-
|
- >-
|
||||||
|
|
|
@ -33,6 +33,7 @@ then:
|
||||||
EXPECTED_TENSORFLOW_VERSION: "${build.tensorflow_git_desc}"
|
EXPECTED_TENSORFLOW_VERSION: "${build.tensorflow_git_desc}"
|
||||||
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
||||||
MSYS: 'winsymlinks:nativestrict'
|
MSYS: 'winsymlinks:nativestrict'
|
||||||
|
GIT_LFS_SKIP_SMUDGE: '1'
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- >-
|
- >-
|
||||||
|
|
|
@ -32,6 +32,7 @@ payload:
|
||||||
env:
|
env:
|
||||||
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
||||||
MSYS: 'winsymlinks:nativestrict'
|
MSYS: 'winsymlinks:nativestrict'
|
||||||
|
GIT_LFS_SKIP_SMUDGE: '1'
|
||||||
EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples"
|
EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples"
|
||||||
EXAMPLES_CHECKOUT_TARGET: "master"
|
EXAMPLES_CHECKOUT_TARGET: "master"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue