Skip to content

Commit 57ec3c9

Browse files
authored
Merge pull request #857 from Kaggle/tf2.3-whl
Build TensorFlow 2.3.0 whl
2 parents 6e16863 + a65b6b3 commit 57ec3c9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tensorflow-whl/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
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.
1717
* `2.2.0-py37`: TensorFlow 2.2.0 with Python 3.7.
18-
* `2.2.0-py37-2`: TensorFlow 2.2.0 with Python 3.7 & TFA.
18+
* `2.2.0-py37-2`: TensorFlow 2.2.0 with Python 3.7 & TFA.
19+
* `2.3.0-py37`: TensorFlow 2.3.0 with Python.

tensorflow-whl/Dockerfile

+2-2
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=2.0.0
56+
ENV BAZEL_VERSION=3.1.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.2.0 && \
69+
git checkout tags/v2.3.0 && \
7070
pip install keras_applications --no-deps && \
7171
pip install keras_preprocessing --no-deps
7272

0 commit comments

Comments
 (0)