Skip to content

Commit e2b74d2

Browse files
committed
Build TensorFlow 2.2.0 whl
1 parent e5c7ebd commit e2b74d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tensorflow-whl/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
* `2.1.0-py37`: TensorFlow 2.1.0 with Python 3.7
1515
* `2.1.0-py37-2`: TensorFlow 2.1.0 with Python 3.7 & DLVM base image.
1616
* `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.

tensorflow-whl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5353
RUN pip install --upgrade pip
5454

5555
# See _TF_(MIN|MAX)_BAZEL_VERSION at https://github.com/tensorflow/tensorflow/blob/master/configure.py.
56-
ENV BAZEL_VERSION=0.29.1
56+
ENV BAZEL_VERSION=2.0.0
5757
RUN apt-get install -y gnupg zip openjdk-8-jdk && \
5858
apt-get install -y --no-install-recommends \
5959
bash-completion \
@@ -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.1.0 && \
69+
git checkout tags/v2.2.0 && \
7070
pip install keras_applications --no-deps && \
7171
pip install keras_preprocessing --no-deps
7272

0 commit comments

Comments
 (0)