Skip to content

Commit 11d0cb9

Browse files
committed
remove unused uniffle tarball in centos9 Dockerfile
1 parent 7ea56aa commit 11d0cb9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dev/docker/Dockerfile.centos9-dynamic-build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ RUN set -ex; \
3434
mirror_host="https://www.apache.org/dyn/closer.lua"; \
3535
wget -nv ${mirror_host}/celeborn/celeborn-0.5.4/apache-celeborn-0.5.4-bin.tgz?action=download -O /opt/apache-celeborn-0.5.4-bin.tgz; \
3636
wget -nv ${mirror_host}/celeborn/celeborn-0.6.3/apache-celeborn-0.6.3-bin.tgz?action=download -O /opt/apache-celeborn-0.6.3-bin.tgz; \
37-
wget -nv ${mirror_host}/uniffle/0.10.0/apache-uniffle-0.10.0-bin.tar.gz?action=download -O /opt/apache-uniffle-0.10.0-bin.tar.gz; \
3837
git clone --depth=1 https://github.com/apache/gluten /opt/gluten; \
3938
cd /opt/gluten/.github/workflows/util/; \
4039
./install-spark-resources.sh 3.3; \

0 commit comments

Comments
 (0)