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 64327b26c1320101e5af98054a8d79280d05442a Author: Chengcheng Jin <[email protected]> AuthorDate: Fri Apr 4 15:20:22 2025 +0100 update Dockerfile --- 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 c0b2297ed2..8093241f2d 100644 --- a/dev/docker/cudf/Dockerfile +++ b/dev/docker/cudf/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/facebookincubator/velox-dev:adapters RUN yum install -y sudo patch maven perl -# After the base docker image updated, don;t need to install cmake +# 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/apache/incubator-gluten /opt/gluten --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
