From bc39b5d81926312f5338fbc7f114a1923bf59aa4 Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Wed, 4 Nov 2020 22:37:49 +0000 Subject: [PATCH] Upgrade TensorFlow addons to 0.11.2 http://b/172498602 --- tensorflow-whl/CHANGELOG.md | 3 ++- tensorflow-whl/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tensorflow-whl/CHANGELOG.md b/tensorflow-whl/CHANGELOG.md index ae403d24..bcbe1603 100644 --- a/tensorflow-whl/CHANGELOG.md +++ b/tensorflow-whl/CHANGELOG.md @@ -17,4 +17,5 @@ * `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 \ No newline at end of file +* `2.3.1-py37`: TensorFlow 2.3.1 with Python 3.7 +* `2.3.1-py37-2`: TensorFlow 2.3.1 & TFA 0.11 with Python 3.7 \ No newline at end of file diff --git a/tensorflow-whl/Dockerfile b/tensorflow-whl/Dockerfile index d88604af..ae56e534 100644 --- a/tensorflow-whl/Dockerfile +++ b/tensorflow-whl/Dockerfile @@ -87,7 +87,7 @@ RUN pip install /tmp/tensorflow_cpu/tensorflow*.whl RUN cd /usr/local/src/ && \ git clone https://github.com/tensorflow/addons && \ cd addons && \ - git checkout tags/v0.10.0 && \ + git checkout tags/v0.11.2 && \ python ./configure.py && \ bazel build --enable_runfiles build_pip_pkg && \ bazel-bin/build_pip_pkg /tmp/tfa_cpu && \