Skip to content

Commit 7d26bc9

Browse files
committed
Build new TF whl
1 parent 558bbaf commit 7d26bc9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tensorflow-whl/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
* `2.3.0-py37`: TensorFlow 2.3.0 with Python 3.7
2020
* `2.3.1-py37`: TensorFlow 2.3.1 with Python 3.7
2121
* `2.3.1-py37-2`: TensorFlow 2.3.1 & TFA 0.11 with Python 3.7
22-
* `2.4.0-py37`: TensorFlow 2.4.0 & Python 3.7 & TFA 0.12
22+
* `2.4.0-py37`: TensorFlow 2.4.0 & Python 3.7 & TFA 0.12
23+
* `2.4.0-py37-2`: TensorFlow 2.4.0 & m61 base image

tensorflow-whl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 AS nvidia
2-
FROM gcr.io/deeplearning-platform-release/base-cpu:m46
2+
FROM gcr.io/deeplearning-platform-release/base-cpu:m61
33

44
# Avoid interactive configuration prompts/dialogs during apt-get.
55
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)