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
a3e6468d
Unverified
Commit
a3e6468d
authored
Apr 13, 2026
by
Alec
Committed by
GitHub
Apr 13, 2026
Browse files
feat(kvbm): build kvbm wheel with nccl feature for CUDA containers (#8120)
Signed-off-by:
Alec Flowers
<
aflowers@nvidia.com
>
parent
36e8b8c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
container/templates/wheel_builder.Dockerfile
container/templates/wheel_builder.Dockerfile
+3
-1
No files found.
container/templates/wheel_builder.Dockerfile
View file @
a3e6468d
...
@@ -584,7 +584,9 @@ RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \
...
@@ -584,7 +584,9 @@ RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \
source
${
VIRTUAL_ENV
}
/bin/activate
&&
\
source
${
VIRTUAL_ENV
}
/bin/activate
&&
\
if
[
"
$ENABLE_KVBM
"
=
"true"
]
;
then
\
if
[
"
$ENABLE_KVBM
"
=
"true"
]
;
then
\
cd
/opt/dynamo/lib/bindings/kvbm
&&
\
cd
/opt/dynamo/lib/bindings/kvbm
&&
\
maturin build
--release
--out
target/wheels
&&
\
KVBM_FEATURES
=
""
;
\
if
[
"
$DEVICE
"
=
"cuda"
]
;
then
KVBM_FEATURES
=
"--features nccl"
;
fi
&&
\
maturin build
--release
${
KVBM_FEATURES
}
--out
target/wheels
&&
\
if
[
"
$DEVICE
"
=
"cuda"
]
;
then
\
if
[
"
$DEVICE
"
=
"cuda"
]
;
then
\
auditwheel repair
\
auditwheel repair
\
--exclude
libnixl.so
\
--exclude
libnixl.so
\
...
...
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