File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22ARG BASE_TAG=m46
33ARG 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
66FROM gcr.io/deeplearning-platform-release/base-cpu:${BASE_TAG}
77
88ADD clean-layer.sh /tmp/clean-layer.sh
Original file line number Diff line number Diff line change 11ARG BASE_TAG=staging
22
33FROM 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
55FROM gcr.io/kaggle-images/python:${BASE_TAG}
66
77ADD clean-layer.sh /tmp/clean-layer.sh
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ RUN pip install /tmp/tensorflow_cpu/tensorflow*.whl
8787RUN 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 && \
You can’t perform that action at this time.
0 commit comments