Unverified Commit 4a883795 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: resolve arm build issue (#8052)

parent f1f1d1d4
......@@ -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 && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment