Skip to content

Commit

Permalink
Upgrade TensorFlow addons to 0.11.2
Browse files Browse the repository at this point in the history
http:https://b/172498602
  • Loading branch information
rosbo committed Nov 9, 2020
1 parent eedc188 commit bc39b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tensorflow-whl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* `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
2 changes: 1 addition & 1 deletion tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit bc39b5d

Please sign in to comment.