fix: resolve arm build issue (#8052)

This commit is contained in:
Yineng Zhang
2025-07-15 01:19:34 -07:00
committed by GitHub
parent f1f1d1d40d
commit 4a8837950a

View File

@@ -49,7 +49,7 @@ docker run --rm \
cmake --version
yum install numactl-devel -y && \
yum install libibverbs -y && \
yum install libibverbs -y --nogpgcheck && \
ln -sv /usr/lib64/libibverbs.so.1 /usr/lib64/libibverbs.so && \
${PYTHON_ROOT_PATH}/bin/${TORCH_INSTALL} && \
${PYTHON_ROOT_PATH}/bin/pip install --no-cache-dir ninja setuptools==75.0.0 wheel==0.41.0 numpy uv scikit-build-core && \