Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
2405bac7
Unverified
Commit
2405bac7
authored
Nov 14, 2025
by
Anant Sharma
Committed by
GitHub
Nov 14, 2025
Browse files
fix: use release build for ucx (#4345)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
a4eb4e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
container/Dockerfile
container/Dockerfile
+15
-14
No files found.
container/Dockerfile
View file @
2405bac7
...
...
@@ -248,20 +248,21 @@ RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \
git clone https://github.com/openucx/ucx.git
&&
\
cd
ucx
&&
\
git checkout
$NIXL_UCX_REF
&&
\
./autogen.sh
&&
./configure
\
--prefix
=
/usr/local/ucx
\
--enable-shared
\
--disable-static
\
--disable-doxygen-doc
\
--enable-optimizations
\
--enable-cma
\
--enable-devel-headers
\
--with-cuda
=
/usr/local/cuda
\
--with-verbs
\
--with-dm
\
--with-gdrcopy
=
/usr/local
\
--with-efa
\
--enable-mt
&&
\
./autogen.sh
&&
\
./contrib/configure-release
\
--prefix
=
/usr/local/ucx
\
--enable-shared
\
--disable-static
\
--disable-doxygen-doc
\
--enable-optimizations
\
--enable-cma
\
--enable-devel-headers
\
--with-cuda
=
/usr/local/cuda
\
--with-verbs
\
--with-dm
\
--with-gdrcopy
=
/usr/local
\
--with-efa
\
--enable-mt
&&
\
make
-j
&&
\
make
-j
install-strip
&&
\
/tmp/use-sccache.sh show-stats
"UCX"
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment