Hotfix repo rename

This commit is contained in:
Alexandre Lissy 2020-08-17 12:11:41 +02:00
parent 5089e69b97
commit 0671a78f5d
2 changed files with 3 additions and 2 deletions

View File

@ -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/

View File

@ -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