Skip to content

Commit

Permalink
Build TensorFlow 2.3.1 wheel.
Browse files Browse the repository at this point in the history
BUG=165813706
  • Loading branch information
rosbo committed Sep 29, 2020
1 parent 83bb841 commit a807130
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions tensorflow-whl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
* `2.1.0-py36`: TensorFlow 2.1.0 with Python 3.6
* `2.1.0-py36-2`: TensorFlow 2.1.0 with CUDA 10.1
* `2.1.0-py37`: TensorFlow 2.1.0 with Python 3.7
* `2.1.0-py37-2`: TensorFlow 2.1.0 with Python 3.7 & DLVM base image.
* `2.1.0-py37-3`: TensorFlow 2.1.0 with Python 3.7, DLVM base image, tensorflow-gcs-config.
* `2.2.0-py37`: TensorFlow 2.2.0 with Python 3.7.
* `2.2.0-py37-2`: TensorFlow 2.2.0 with Python 3.7 & TFA.
* `2.3.0-py37`: TensorFlow 2.3.0 with Python.
* `2.1.0-py37-2`: TensorFlow 2.1.0 with Python 3.7 & DLVM base image
* `2.1.0-py37-3`: TensorFlow 2.1.0 with Python 3.7, DLVM base image, tensorflow-gcs-config
* `2.2.0-py37`: TensorFlow 2.2.0 with Python 3.7
* `2.2.0-py37-2`: TensorFlow 2.2.0 with Python 3.7 & TFA
* `2.3.0-py37`: TensorFlow 2.3.0 with Python 3.7
* `2.3.1-py37`: TensorFlow 2.3.1 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 @@ -66,7 +66,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.3.0 && \
git checkout tags/v2.3.1 && \
pip install keras_applications --no-deps && \
pip install keras_preprocessing --no-deps

Expand Down

0 comments on commit a807130

Please sign in to comment.