Skip to content

Commit 0b2dcfa

Browse files
authored
Upgrade base image (#1034)
1 parent 2dbd486 commit 0b2dcfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_TAG=m71
1+
ARG BASE_TAG=m73
22
ARG TENSORFLOW_VERSION=2.4.1
33

44
FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37-2 as tensorflow_whl

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:11.0-cudnn8-devel-ubuntu18.04 AS nvidia
2-
FROM gcr.io/deeplearning-platform-release/base-cpu:m71
2+
FROM gcr.io/deeplearning-platform-release/base-cpu:m73
33

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

0 commit comments

Comments
 (0)