Skip to content

Commit

Permalink
Build new TF whl for 2.1rc-0
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Nov 27, 2019
1 parent 7f45a0f commit 5be890a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tensorflow-whl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
1.14.0-py36: TensorFlow 1.14.0 with Python 3.6
2.0.0-rc1-py36: TensorFlow 2.0.0 RC1 with Python 3.6
2.0.0-py36: TensorFlow 2.0.0 with Python 3.6
v2.1.0-rc0-py36: TensorFlow 2.0.1-rc0 with Python 3.6
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 r2.0 && \
git checkout 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 5be890a

Please sign in to comment.