Skip to content

Commit 94548c4

Browse files
authored
[djl-serving] 0.32.0 lmi image patch release fix python version (#4643)
1 parent ee1a61d commit 94548c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_images_inference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ release_images:
126126
arch_type: "x86"
127127
inference:
128128
device_types: [ "gpu" ]
129-
python_versions: [ "py311" ]
129+
python_versions: [ "py312" ]
130130
os_version: "ubuntu24.04"
131131
lmi_version: "14.0.0"
132132
cuda_version: "cu126"

0 commit comments

Comments
 (0)