jinchengchenghh commented on PR #11691:
URL:
https://github.com/apache/incubator-gluten/pull/11691#issuecomment-3991286492
I have verified with this Dockerfile
```
FROM ghcr.io/facebookincubator/velox-dev:adapters
ENV CUDA_ARCHITECTURES=70
ENV
LD_LIBRARY_PATH=/opt/gluten/ep/build-velox/build/velox_ep/_build/release/_deps/curl-build/lib:$LD_LIBRARY_PATH
RUN yum install -y sudo patch perl && \
dnf remove -y cuda-toolkit-12* && dnf install -y cuda-toolkit-13-1; \
dnf autoremove -y && dnf clean all; \
rm -rf /opt/rh/gcc-toolset-12 && ln -s /opt/rh/gcc-toolset-14
/opt/rh/gcc-toolset-12; \
ln -sf /usr/local/bin/cmake /usr/bin && \
git clone --depth=1 https://github.com/apache/incubator-gluten
/opt/gluten && \
cd /opt/gluten && \
git config --global user.email "[email protected]" && \
git config --global user.name "Your Name" && \
git fetch origin pull/11691/head && \
git cherry-pick 03f7e9647d0f0a68acc79d6131aded1e7a4914d0 && \
source /opt/rh/gcc-toolset-14/enable && \
bash ./dev/buildbundle-veloxbe.sh --run_setup_script=OFF
--build_arrow=ON --spark_version=3.4 --build_tests=ON --build_benchmarks=ON
--enable_gpu=ON && \
rm -rf /opt/gluten && \
rm -rf /root/.cache/ccache
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]