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 2dbd486 commit 0b2dcfaCopy full SHA for 0b2dcfa
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASE_TAG=m71
+ARG BASE_TAG=m73
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:m71
+FROM gcr.io/deeplearning-platform-release/base-cpu:m73
# Avoid interactive configuration prompts/dialogs during apt-get.
5
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments