Skip to content

Commit 5bbe56d

Browse files
authored
Use new TF 2.4.1 whl (#954)
http://b/179051776
1 parent 39b53d2 commit 5bbe56d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BASE_TAG=m61
2-
ARG TENSORFLOW_VERSION=2.4.0
2+
ARG TENSORFLOW_VERSION=2.4.1
33

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

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

gpu.Dockerfile

Lines changed: 1 addition & 1 deletion
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.4.0-py37-3 as tensorflow_whl
4+
FROM gcr.io/kaggle-images/python-tensorflow-whl:2.4.1-py37 as tensorflow_whl
55
FROM gcr.io/kaggle-images/python:${BASE_TAG}
66

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

0 commit comments

Comments
 (0)