This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 3f29ef7779 [GLUTEN-8266][VL][CI] Pre-install uniffle in docker image 
(#8578)
3f29ef7779 is described below

commit 3f29ef77795a118ea93ef4013d62fe4c1257a710
Author: Yuan <[email protected]>
AuthorDate: Wed Jan 22 09:43:27 2025 +0800

    [GLUTEN-8266][VL][CI] Pre-install uniffle in docker image (#8578)
---
 dev/docker/Dockerfile.centos8-dynamic-build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev/docker/Dockerfile.centos8-dynamic-build 
b/dev/docker/Dockerfile.centos8-dynamic-build
index 86106f7131..341ebff880 100644
--- a/dev/docker/Dockerfile.centos8-dynamic-build
+++ b/dev/docker/Dockerfile.centos8-dynamic-build
@@ -19,6 +19,9 @@ RUN wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.3.2-incubating/
 RUN wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.4.3/apache-celeborn-0.4.3-bin.tgz
 -P /opt/
 RUN wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.5.3/apache-celeborn-0.5.3-bin.tgz
 -P /opt/
 
+RUN wget -nv 
https://archive.apache.org/dist/incubator/uniffle/0.9.1/apache-uniffle-0.9.1-incubating-bin.tar.gz
 -P /opt/
+RUN wget -nv 
https://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz 
-P /opt/
+
 RUN git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten
 
 RUN cd /opt/gluten/.github/workflows/util/ && ./install_spark_resources.sh 3.2 
&& ./install_spark_resources.sh 3.3 \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to