Skip to content

Commit ed789a9

Browse files
committed
fix ucx mirror path
Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com>
1 parent dd94d30 commit ed789a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/common/install_ucx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ UCX_INSTALL_PATH="/usr/local/ucx/"
1111
CUDA_PATH="/usr/local/cuda"
1212

1313
rm -rf ${UCX_INSTALL_PATH}
14-
curl -L ${GITHUB_URL}/openucx/ucx/archive/refs/tags/${UCX_VERSION}.tar.gz -o ucx-${UCX_VERSION}.tar.gz
14+
curl -L ${GITHUB_URL}/openucx/ucx/archive/refs/heads/${UCX_VERSION}.tar.gz -o ucx-${UCX_VERSION}.tar.gz
1515
tar -xzf ucx-${UCX_VERSION}.tar.gz
1616
mv ucx-${UCX_VERSION} ucx
1717
cd ucx

0 commit comments

Comments
 (0)