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 e2ec76e commit e8cb8a2Copy full SHA for e8cb8a2
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASE_TAG=m66
+ARG BASE_TAG=m71
2
ARG TENSORFLOW_VERSION=2.4.1
3
4
FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37-2 as tensorflow_whl
tensorflow-whl/Dockerfile
@@ -1,5 +1,5 @@
FROM nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04 AS nvidia
-FROM gcr.io/deeplearning-platform-release/base-cpu:m66
+FROM gcr.io/deeplearning-platform-release/base-cpu:m71
# Avoid interactive configuration prompts/dialogs during apt-get.
5
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments