jinchengchenghh commented on code in PR #11407:
URL:
https://github.com/apache/incubator-gluten/pull/11407#discussion_r2703020908
##########
dev/docker/cudf/Dockerfile:
##########
@@ -31,7 +31,7 @@ WORKDIR /opt/gluten
RUN rm -rf /opt/rh/gcc-toolset-12 && ln -s /opt/rh/gcc-toolset-14
/opt/rh/gcc-toolset-12; \
dnf remove -y cuda-toolkit-12* && dnf install -y cuda-toolkit-13-1; \
dnf autoremove -y && dnf clean all; \
- source /opt/rh/gcc-toolset-12/enable; \
+ source /opt/rh/gcc-toolset-14/enable; \
Review Comment:
Is it because we should not source gcc14?
```
CMake Error at CMakeLists.txt:476 (enable_language):
The CMAKE_CUDA_COMPILER:
/usr/local/cuda-12.8/bin/nvcc
is not a full path to an existing compiler tool.
Tell CMake where to find the compiler by setting either the environment
variable "CUDACXX" or the CMake cache entry CMAKE_CUDA_COMPILER to the full
path to the compiler, or to the compiler name if it is in the PATH.
```
--
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]