marin-ma opened a new pull request, #12690: URL: https://github.com/apache/gluten/pull/12690
The jdk version in the gpu image `apache/gluten:centos-9-jdk8-cudf` is now jdk17 after https://github.com/apache/gluten/pull/11835, and some dependencies such as aws-sdk-cpp are missing in the image because it's no longer based on the velox image. Some gpu jobs that rely on the `apache/gluten:centos-9-jdk8-cudf` image have failed due to this change. This pr adds a new gpu image `centos-9-jdk17-cuda13.1-cudf` with build flags `--enable_s3=ON --enable_gcs=ON --enable_abfs=ON` so the essential dependencies will be installed. Keeping the jdk8 version seems unnecessary. We can switch to jdk17 for the gpu build. -- 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]
