Skip to content

Commit 80fba2e

Browse files
committed
adfdsafasdfsdaf
1 parent 3f4fd87 commit 80fba2e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Dockerfile.tmpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ RUN pip install \
209209
tf-keras && \
210210
/tmp/clean-layer.sh
211211

212-
# b/318672158 Use simply tensorflow_decision_forests on next release, expected with tf 2.16
213-
RUN pip install tensorflow_decision_forests==1.8.1 --no-deps && \
214-
/tmp/clean-layer.sh
215-
216212
RUN chmod +x /tmp/keras_patch.sh && \
217213
/tmp/keras_patch.sh
218214

config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ BASE_IMAGE_TAG=m122
33
CPU_BASE_IMAGE_NAME=tf2-cpu.2-16.py310
44
GPU_BASE_IMAGE_NAME=tf2-gpu.2-16.py310
55
LIGHTGBM_VERSION=4.2.0
6-
TORCH_VERSION=2.1.2
7-
TORCHAUDIO_VERSION=2.1.2
8-
TORCHTEXT_VERSION=0.16.2
9-
TORCHVISION_VERSION=0.16.2
6+
TORCH_VERSION=2.4.0
7+
TORCHAUDIO_VERSION=2.4.0
8+
TORCHTEXT_VERSION=0.18.0
9+
TORCHVISION_VERSION=0.19.0
1010
JAX_VERSION=0.4.26
1111
CUDA_MAJOR_VERSION=12
1212
CUDA_MINOR_VERSION=3

0 commit comments

Comments
 (0)