Skip to content

Commit

Permalink
fix git checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Nov 28, 2019
1 parent 5be890a commit 2ed2083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt-get install -y gnupg zip openjdk-8-jdk && \
RUN cd /usr/local/src && \
git clone https://github.com/tensorflow/tensorflow && \
cd tensorflow && \
git checkout git checkout tags/v2.1.0-rc0 && \
git checkout tags/v2.1.0-rc0 && \
pip install keras_applications --no-deps && \
pip install keras_preprocessing --no-deps

Expand Down

0 comments on commit 2ed2083

Please sign in to comment.