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
commit 81890293c0182c0ca4b26faeb2d6fb5214de0023 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]
