Skip to content

Commit

Permalink
[Release-only] Pin Docker images for release (v2)
Browse files Browse the repository at this point in the history
This is to include pytorch/builder#1575
  • Loading branch information
huydhn committed Nov 1, 2023
1 parent c1bc460 commit 4883754
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def arch_type(arch_version: str) -> str:
WHEEL_CONTAINER_IMAGES = {
"11.8": "pytorch/manylinux-builder:cuda11.8-59a2f92aa12c3c0cb11622b05fe77de8312f6d00",
"12.1": "pytorch/manylinux-builder:cuda12.1-59a2f92aa12c3c0cb11622b05fe77de8312f6d00",
"5.5": "pytorch/manylinux-builder:rocm5.5-01ce69ff0d18320ab36787e288436586ed278692",
"5.6": "pytorch/manylinux-builder:rocm5.6-01ce69ff0d18320ab36787e288436586ed278692",
"5.5": "pytorch/manylinux-builder:rocm5.5-77901321d9387eeb68ca9e2ddab7562883562cd1",
"5.6": "pytorch/manylinux-builder:rocm5.6-77901321d9387eeb68ca9e2ddab7562883562cd1",
"cpu": "pytorch/manylinux-builder:cpu-59a2f92aa12c3c0cb11622b05fe77de8312f6d00",
"cpu-cxx11-abi": "pytorch/manylinuxcxx11-abi-builder:cpu-cxx11-abi-59a2f92aa12c3c0cb11622b05fe77de8312f6d00",
"cpu-aarch64": "pytorch/manylinuxaarch64-builder:cpu-aarch64-59a2f92aa12c3c0cb11622b05fe77de8312f6d00",
Expand Down Expand Up @@ -94,11 +94,11 @@ def arch_type(arch_version: str) -> str:
(
"5.5",
PRE_CXX11_ABI,
): "pytorch/manylinux-builder:rocm5.5-01ce69ff0d18320ab36787e288436586ed278692",
): "pytorch/manylinux-builder:rocm5.5-77901321d9387eeb68ca9e2ddab7562883562cd1",
(
"5.6",
PRE_CXX11_ABI,
): "pytorch/manylinux-builder:rocm5.6-01ce69ff0d18320ab36787e288436586ed278692",
): "pytorch/manylinux-builder:rocm5.6-77901321d9387eeb68ca9e2ddab7562883562cd1",
(
"5.5",
CXX11_ABI,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4883754

Please sign in to comment.