Skip to content

Commit 52a6364

Browse files
committed
Upgrade to tf2.12
http://b/281861396
1 parent 96616bf commit 52a6364

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/lib
3636
{{ end }}
3737

3838
# Keep these variables in sync if base image is updated.
39-
ENV TENSORFLOW_VERSION=2.11.0
39+
ENV TENSORFLOW_VERSION=2.12.0
4040

4141
# We need to redefine the ARG here to get the ARG value defined above the FROM instruction.
4242
# See: https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact

config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BASE_IMAGE_REPO=gcr.io/deeplearning-platform-release
22
BASE_IMAGE_TAG=m108
3-
CPU_BASE_IMAGE_NAME=tf2-cpu.2-11.py310
4-
GPU_BASE_IMAGE_NAME=tf2-gpu.2-11.py310
3+
CPU_BASE_IMAGE_NAME=tf-cpu.2-12.py310
4+
GPU_BASE_IMAGE_NAME=tf-gpu.2-12.py310
55
LIGHTGBM_VERSION=3.3.2
66
TORCH_VERSION=2.0.0
77
TORCHAUDIO_VERSION=2.0.1

0 commit comments

Comments
 (0)