Skip to content

Commit 0abb426

Browse files
authored
Merge pull request #897 from Kaggle/tfa-upgrade-whl
Upgrade TensorFlow addons
2 parents eedc188 + efd3a25 commit 0abb426

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG BASE_TAG=m46
33
ARG TENSORFLOW_VERSION=2.3.1
44

5-
FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37 as tensorflow_whl
5+
FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37-2 as tensorflow_whl
66
FROM gcr.io/deeplearning-platform-release/base-cpu:${BASE_TAG}
77

88
ADD clean-layer.sh /tmp/clean-layer.sh

gpu.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BASE_TAG=staging
22

33
FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 AS nvidia
4-
FROM gcr.io/kaggle-images/python-tensorflow-whl:2.3.1-py37 as tensorflow_whl
4+
FROM gcr.io/kaggle-images/python-tensorflow-whl:2.3.1-py37-2 as tensorflow_whl
55
FROM gcr.io/kaggle-images/python:${BASE_TAG}
66

77
ADD clean-layer.sh /tmp/clean-layer.sh

tensorflow-whl/CHANGELOG.md

+2-1
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

+1-1
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)