Explicitly name repository clone target in Dockerfiles
This commit is contained in:
parent
d1c964c5d5
commit
8f2c1e842a
|
@ -113,7 +113,7 @@ 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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue