Skip to content

Commit a807130

Browse files
committed
Build TensorFlow 2.3.1 wheel.
BUG=165813706
1 parent 83bb841 commit a807130

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

tensorflow-whl/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
* `2.1.0-py36`: TensorFlow 2.1.0 with Python 3.6
1313
* `2.1.0-py36-2`: TensorFlow 2.1.0 with CUDA 10.1
1414
* `2.1.0-py37`: TensorFlow 2.1.0 with Python 3.7
15-
* `2.1.0-py37-2`: TensorFlow 2.1.0 with Python 3.7 & DLVM base image.
16-
* `2.1.0-py37-3`: TensorFlow 2.1.0 with Python 3.7, DLVM base image, tensorflow-gcs-config.
17-
* `2.2.0-py37`: TensorFlow 2.2.0 with Python 3.7.
18-
* `2.2.0-py37-2`: TensorFlow 2.2.0 with Python 3.7 & TFA.
19-
* `2.3.0-py37`: TensorFlow 2.3.0 with Python.
15+
* `2.1.0-py37-2`: TensorFlow 2.1.0 with Python 3.7 & DLVM base image
16+
* `2.1.0-py37-3`: TensorFlow 2.1.0 with Python 3.7, DLVM base image, tensorflow-gcs-config
17+
* `2.2.0-py37`: TensorFlow 2.2.0 with Python 3.7
18+
* `2.2.0-py37-2`: TensorFlow 2.2.0 with Python 3.7 & TFA
19+
* `2.3.0-py37`: TensorFlow 2.3.0 with Python 3.7
20+
* `2.3.1-py37`: TensorFlow 2.3.1 with Python 3.6

tensorflow-whl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN apt-get install -y gnupg zip openjdk-8-jdk && \
6666
RUN cd /usr/local/src && \
6767
git clone https://github.com/tensorflow/tensorflow && \
6868
cd tensorflow && \
69-
git checkout tags/v2.3.0 && \
69+
git checkout tags/v2.3.1 && \
7070
pip install keras_applications --no-deps && \
7171
pip install keras_preprocessing --no-deps
7272

0 commit comments

Comments
 (0)