Skip to content

Commit bc39b5d

Browse files
committed
Upgrade TensorFlow addons to 0.11.2
http://b/172498602
1 parent eedc188 commit bc39b5d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tensorflow-whl/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
* `2.2.0-py37`: TensorFlow 2.2.0 with Python 3.7
1818
* `2.2.0-py37-2`: TensorFlow 2.2.0 with Python 3.7 & TFA
1919
* `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
20+
* `2.3.1-py37`: TensorFlow 2.3.1 with Python 3.7
21+
* `2.3.1-py37-2`: TensorFlow 2.3.1 & TFA 0.11 with Python 3.7

tensorflow-whl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN pip install /tmp/tensorflow_cpu/tensorflow*.whl
8787
RUN cd /usr/local/src/ && \
8888
git clone https://github.com/tensorflow/addons && \
8989
cd addons && \
90-
git checkout tags/v0.10.0 && \
90+
git checkout tags/v0.11.2 && \
9191
python ./configure.py && \
9292
bazel build --enable_runfiles build_pip_pkg && \
9393
bazel-bin/build_pip_pkg /tmp/tfa_cpu && \

0 commit comments

Comments
 (0)