Skip to content

Commit ea42f58

Browse files
committed
upgrade sbsa base image to 2.39 for release due to tensorrt glibc version
1 parent 9ad3030 commit ea42f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/generate-release-matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"wheel": ["3.10", "3.11", "3.12", "3.13"],
1313
"tarball": ["3.11"],
1414
}
15-
sbsa_container_image: str = "quay.io/pypa/manylinux_2_34_aarch64"
15+
sbsa_container_image: str = "quay.io/pypa/manylinux_2_39_aarch64"
1616

1717
CXX11_TARBALL_CONTAINER_IMAGE = {
1818
"cu130": "pytorch/libtorch-cxx11-builder:cuda13.0-main",

0 commit comments

Comments
 (0)