We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea56aa commit 11d0cb9Copy full SHA for 11d0cb9
1 file changed
dev/docker/Dockerfile.centos9-dynamic-build
@@ -34,7 +34,6 @@ RUN set -ex; \
34
mirror_host="https://www.apache.org/dyn/closer.lua"; \
35
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; \
36
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; \
38
git clone --depth=1 https://github.com/apache/gluten /opt/gluten; \
39
cd /opt/gluten/.github/workflows/util/; \
40
./install-spark-resources.sh 3.3; \
0 commit comments