We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558bbaf commit 7d26bc9Copy full SHA for 7d26bc9
tensorflow-whl/CHANGELOG.md
@@ -19,4 +19,5 @@
19
* `2.3.0-py37`: TensorFlow 2.3.0 with Python 3.7
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
22
-* `2.4.0-py37`: TensorFlow 2.4.0 & Python 3.7 & TFA 0.12
+* `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
@@ -1,5 +1,5 @@
1
FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 AS nvidia
2
-FROM gcr.io/deeplearning-platform-release/base-cpu:m46
+FROM gcr.io/deeplearning-platform-release/base-cpu:m61
3
4
# Avoid interactive configuration prompts/dialogs during apt-get.
5
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments