Skip to content

Commit

Permalink
Update arm docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tinglvv committed Dec 16, 2024
1 parent cf7d0f8 commit b1c47ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def initialize_globals(channel: str, build_python_only: bool) -> None:
XPU: "pytorch/manylinux2_28-builder:xpu",
# TODO: Migrate CUDA_AARCH64 image to manylinux2_28_aarch64-builder:cuda12.4
CPU_AARCH64: "pytorch/manylinux2_28_aarch64-builder:cpu-aarch64",
CUDA_AARCH64: "pytorch/manylinuxaarch64-builder:cuda12.4",
CUDA_AARCH64: "pytorch/manylinuxaarch64-builder:cuda12.6",
}
LIBTORCH_CONTAINER_IMAGES = {
**{
Expand Down

0 comments on commit b1c47ba

Please sign in to comment.