Skip to content

Commit

Permalink
Fix almalinux-builder image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Dec 5, 2024
1 parent 11c17bb commit f8d8cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
repository: "pytorch/builder"
ref: ${{ github.ref }}
job-name: ${{ matrix.build_name }}
docker-image: ${{ (matrix.gpu_arch_type == 'xpu' && matrix.container_image) || (matrix.gpu_arch_version == '12.6' && 'pytorch/almalinux-builder') || 'pytorch/conda-builder' }}
docker-image: ${{ (matrix.gpu_arch_type == 'xpu' && matrix.container_image) || (matrix.gpu_arch_version == '12.6' && 'pytorch/almalinux-builder:cpu-main') || 'pytorch/conda-builder' }}
binary-matrix: ${{ toJSON(matrix) }}
timeout: 180
script: |
Expand Down

0 comments on commit f8d8cfc

Please sign in to comment.