Skip to content

Commit

Permalink
Build new TF whl for 2.1-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Jan 7, 2020
1 parent 707aef3 commit bc4c85e
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 @@ -8,3 +8,4 @@
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
2.1.0-rc0-py36: TensorFlow 2.0.1-rc0 with Python 3.6
2.1.0-rc2-py36: TensorFlow 2.0.1-rc2 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 tags/v2.1.0-rc0 && \
git checkout tags/v2.1.0-rc2 && \
pip install keras_applications --no-deps && \
pip install keras_preprocessing --no-deps

Expand Down

0 comments on commit bc4c85e

Please sign in to comment.