Skip to content

Commit d527f3e

Browse files
committed
try 2.11
1 parent f52379a commit d527f3e

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
@@ -34,7 +34,7 @@ RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/lib
3434
{{ end }}
3535

3636
# Keep these variables in sync if base image is updated.
37-
ENV TENSORFLOW_VERSION=2.9.2
37+
ENV TENSORFLOW_VERSION=2.11.0
3838

3939
# We need to redefine the ARG here to get the ARG value defined above the FROM instruction.
4040
# 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=m103
3-
CPU_BASE_IMAGE_NAME=tf2-cpu.2-9
4-
GPU_BASE_IMAGE_NAME=tf2-gpu.2-9
3+
CPU_BASE_IMAGE_NAME=tf2-cpu.2-11
4+
GPU_BASE_IMAGE_NAME=tf2-gpu.2-11
55
LIGHTGBM_VERSION=3.3.2
66
TORCH_VERSION=1.12.0
77
TORCHAUDIO_VERSION=0.12.0

0 commit comments

Comments
 (0)