Skip to content

Commit 94fbe63

Browse files
authored
Build TensorFlow 2.4.0 whl (#930)
Bump TensorFlow addons to 0.12 (supports TF 2.4). BUG=172352589
1 parent 67cf125 commit 94fbe63

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tensorflow-whl/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
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
2020
* `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
21+
* `2.3.1-py37-2`: TensorFlow 2.3.1 & TFA 0.11 with Python 3.7
22+
* `2.4.0-py37`: TensorFlow 2.4.0 & Python 3.7 & TFA 0.12

tensorflow-whl/Dockerfile

Lines changed: 2 additions & 2 deletions
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.1 && \
69+
git checkout tags/v2.4.0 && \
7070
pip install keras_applications --no-deps && \
7171
pip install keras_preprocessing --no-deps
7272

@@ -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.11.2 && \
90+
git checkout tags/v0.12.0 && \
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)