File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/lib
34
34
{{ end }}
35
35
36
36
# Keep these variables in sync if base image is updated.
37
- ENV TENSORFLOW_VERSION=2.9.2
37
+ ENV TENSORFLOW_VERSION=2.11.0
38
38
39
39
# We need to redefine the ARG here to get the ARG value defined above the FROM instruction.
40
40
# See: https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
Original file line number Diff line number Diff line change 1
1
BASE_IMAGE_REPO=gcr.io/deeplearning-platform-release
2
2
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
5
5
LIGHTGBM_VERSION=3.3.2
6
6
TORCH_VERSION=1.12.0
7
7
TORCHAUDIO_VERSION=0.12.0
You can’t perform that action at this time.
0 commit comments