From 0671a78f5d023cd4d405431ae09cda68b730b631 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Mon, 17 Aug 2020 12:11:41 +0200 Subject: [PATCH] Hotfix repo rename --- Dockerfile.build.tmpl | 3 ++- Dockerfile.train.tmpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile.build.tmpl b/Dockerfile.build.tmpl index 58bea150..1e4e2c57 100644 --- a/Dockerfile.build.tmpl +++ b/Dockerfile.build.tmpl @@ -113,7 +113,8 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \ WORKDIR / -RUN git clone --recursive $DEEPSPEECH_REPO +RUN git clone --recursive $DEEPSPEECH_REPO /DeepSpeech + WORKDIR /DeepSpeech RUN git checkout $DEEPSPEECH_SHA RUN git submodule sync tensorflow/ diff --git a/Dockerfile.train.tmpl b/Dockerfile.train.tmpl index e3b47795..9a857044 100644 --- a/Dockerfile.train.tmpl +++ b/Dockerfile.train.tmpl @@ -31,7 +31,7 @@ RUN apt-get install -y --no-install-recommends libopus0 libsndfile1 RUN rm -rf /var/lib/apt/lists/* WORKDIR / -RUN git clone $DEEPSPEECH_REPO +RUN git clone $DEEPSPEECH_REPO /DeepSpeech WORKDIR /DeepSpeech RUN git checkout $DEEPSPEECH_SHA