jinchengchenghh commented on code in PR #11407:
URL: 
https://github.com/apache/incubator-gluten/pull/11407#discussion_r2702989068


##########
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; \

Review Comment:
   It cannot run successfully
   ```
   Dockerfile:31
   --------------------
     30 |     WORKDIR /opt/gluten
     31 | >>> RUN rm -rf /opt/rh/gcc-toolset-12 && ln -s /opt/rh/gcc-toolset-14 
/opt/rh/gcc-toolset-12; \
     32 | >>>     dnf remove -y cuda-toolkit-12* && dnf install -y 
cuda-toolkit-13-1; \
     33 | >>>     dnf autoremove -y && dnf clean all; \
     34 | >>>     source /opt/rh/gcc-toolset-14/enable; \
     35 | >>>     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
     36 |     
   --------------------
   ERROR: failed to solve: process "/bin/sh -c 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-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" did not complete successfully: exit code: 2
   ```



-- 
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]

Reply via email to