File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -209,10 +209,6 @@ RUN pip install \
209
209
tf-keras && \
210
210
/tmp/clean-layer.sh
211
211
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
-
216
212
RUN chmod +x /tmp/keras_patch.sh && \
217
213
/tmp/keras_patch.sh
218
214
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ BASE_IMAGE_TAG=m122
3
3
CPU_BASE_IMAGE_NAME=tf2-cpu.2-16.py310
4
4
GPU_BASE_IMAGE_NAME=tf2-gpu.2-16.py310
5
5
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
10
10
JAX_VERSION=0.4.26
11
11
CUDA_MAJOR_VERSION=12
12
12
CUDA_MINOR_VERSION=3
You can’t perform that action at this time.
0 commit comments