Skip to content

Upgrade to tf2.12 #1254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/lib
{{ end }}

# Keep these variables in sync if base image is updated.
ENV TENSORFLOW_VERSION=2.11.0
ENV TENSORFLOW_VERSION=2.12.0

# We need to redefine the ARG here to get the ARG value defined above the FROM instruction.
# See: https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
Expand Down
6 changes: 3 additions & 3 deletions config.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
BASE_IMAGE_REPO=gcr.io/deeplearning-platform-release
BASE_IMAGE_TAG=m108
CPU_BASE_IMAGE_NAME=tf2-cpu.2-11.py310
GPU_BASE_IMAGE_NAME=tf2-gpu.2-11.py310
CPU_BASE_IMAGE_NAME=tf2-cpu.2-12.py310
GPU_BASE_IMAGE_NAME=tf2-gpu.2-12.py310
LIGHTGBM_VERSION=3.3.2
TORCH_VERSION=2.0.0
TORCHAUDIO_VERSION=2.0.1
TORCHTEXT_VERSION=0.15.1
TORCHVISION_VERSION=0.15.1
CUDA_MAJOR_VERSION=11
CUDA_MINOR_VERSION=3
CUDA_MINOR_VERSION=8