Skip to content

Commit d2c91ca

Browse files
authored
Upgrade DLVM base image (#980)
1 parent 2883af5 commit d2c91ca

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=m64
1+
ARG BASE_TAG=m66
22
ARG TENSORFLOW_VERSION=2.4.1
33

44
FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37 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:10.2-cudnn7-devel-ubuntu18.04 AS nvidia
2-
FROM gcr.io/deeplearning-platform-release/base-cpu:m64
2+
FROM gcr.io/deeplearning-platform-release/base-cpu:m66
33

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

0 commit comments

Comments
 (0)