We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83122bf commit e36599eCopy full SHA for e36599e
docker/common/install_ucx.sh
@@ -8,6 +8,7 @@ UCX_REPO="https://github.com/openucx/ucx.git"
8
9
rm -rf ${UCX_INSTALL_PATH}
10
git clone --depth 1 -b ${UCX_VERSION} ${UCX_REPO}
11
+tar -czf /third-party-source/ucx-${UCX_VERSION}.tar.gz ucx
12
cd ucx
13
./autogen.sh
14
./contrib/configure-release \
0 commit comments