We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fea1c commit cb4f3daCopy full SHA for cb4f3da
.github/workflows/release-flashinfer-aot-modules-wheel.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Build wheel in container
80
env:
81
- DOCKER_IMAGE: ${{ matrix.arch == 'aarch64' && format('pytorch/manylinux2_28_aarch64-builder:cuda{0}', matrix.cuda) || format('pytorch/manylinux2_28_builder:cuda{0}', matrix.cuda) }}
+ DOCKER_IMAGE: ${{ matrix.arch == 'aarch64' && format('pytorch/manylinux2_28_aarch64-builder:cuda{0}', matrix.cuda) || format('pytorch/manylinux2_28-builder:cuda{0}', matrix.cuda) }}
82
run: |
83
chown -R $CI_UID:$CI_GID ${{ github.workspace }}
84
0 commit comments