This is an automated email from the ASF dual-hosted git repository.
chengchengjin pushed a commit to branch cudf
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/cudf by this push:
new 622f03725f update docker branch
622f03725f is described below
commit 622f03725fd6fb835536d4fda96920ed8186ea24
Author: Chengcheng Jin <[email protected]>
AuthorDate: Fri Apr 4 15:18:24 2025 +0100
update docker branch
---
dev/docker/cudf/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/docker/cudf/Dockerfile b/dev/docker/cudf/Dockerfile
index f8a598dcfe..c0b2297ed2 100644
--- a/dev/docker/cudf/Dockerfile
+++ b/dev/docker/cudf/Dockerfile
@@ -3,7 +3,7 @@ RUN yum install -y sudo patch maven perl
# After the base docker image updated, don;t need to install cmake
RUN pip install cmake==3.30.4 && ln -s /usr/local/bin/cmake /usr/bin
-RUN git clone -b cudf --depth=1 https://github.com/jinchengchenghh/gluten
/opt/gluten
+RUN git clone -b cudf --depth=1 https://github.com/apache/incubator-gluten
/opt/gluten
# Install spark to folder /opt
RUN cd /opt/gluten/.github/workflows/util/ && ./install_spark_resources.sh 3.4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]