"lib/llm/src/vscode:/vscode.git/clone" did not exist on "bba26d55b76bef03b00e5edd7bc0dfe385720804"
Unverified Commit 2405bac7 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: use release build for ucx (#4345)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent a4eb4e8a
...@@ -248,7 +248,8 @@ RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \ ...@@ -248,7 +248,8 @@ RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \
git clone https://github.com/openucx/ucx.git && \ git clone https://github.com/openucx/ucx.git && \
cd ucx && \ cd ucx && \
git checkout $NIXL_UCX_REF && \ git checkout $NIXL_UCX_REF && \
./autogen.sh && ./configure \ ./autogen.sh && \
./contrib/configure-release \
--prefix=/usr/local/ucx \ --prefix=/usr/local/ucx \
--enable-shared \ --enable-shared \
--disable-static \ --disable-static \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment