Skip to content

Commit 1ac609f

Browse files
authored
Upgrade base image to m80 (#1080)
1 parent 8682b1b commit 1ac609f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{{ if eq .Accelerator "gpu" }}
2-
FROM gcr.io/deeplearning-platform-release/tf2-gpu.2-6:m78
2+
FROM gcr.io/deeplearning-platform-release/tf2-gpu.2-6:m80
33
ENV CUDA_MAJOR_VERSION=11
44
ENV CUDA_MINOR_VERSION=0
55
{{ else }}
6-
FROM gcr.io/deeplearning-platform-release/tf2-cpu.2-6:m78
6+
FROM gcr.io/deeplearning-platform-release/tf2-cpu.2-6:m80
77
{{ end }}
88
# Keep these variables in sync if base image is updated.
99
ENV TENSORFLOW_VERSION=2.6.0

0 commit comments

Comments
 (0)