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
3ef08d40
Unverified
Commit
3ef08d40
authored
Aug 15, 2025
by
Richard Huo
Committed by
GitHub
Aug 15, 2025
Browse files
build: add zmq lib to support trtllm's UCX connection establishment with zmq (#2381)
Signed-off-by:
rihuo
<
rihuo@nvidia.com
>
parent
32521261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
container/Dockerfile.trtllm
container/Dockerfile.trtllm
+4
-0
No files found.
container/Dockerfile.trtllm
View file @
3ef08d40
...
@@ -57,6 +57,8 @@ RUN apt update -y && \
...
@@ -57,6 +57,8 @@ RUN apt update -y && \
meson \
meson \
ninja-build \
ninja-build \
pybind11-dev \
pybind11-dev \
## support UCX to establish connections with zmq
libzmq3-dev \
# These headers are missing with the hpcx installer, required
# These headers are missing with the hpcx installer, required
# by UCX to find RDMA devices
# by UCX to find RDMA devices
libibverbs-dev rdma-core ibverbs-utils libibumad-dev \
libibverbs-dev rdma-core ibverbs-utils libibumad-dev \
...
@@ -373,6 +375,8 @@ RUN apt-get update && \
...
@@ -373,6 +375,8 @@ RUN apt-get update && \
curl \
curl \
# For debugging
# For debugging
vim \
vim \
# support UCX to establish connections with zmq
libzmq3-dev \
# Libraries required by UCX to find RDMA devices
# Libraries required by UCX to find RDMA devices
libibverbs1 rdma-core ibverbs-utils libibumad3 \
libibverbs1 rdma-core ibverbs-utils libibumad3 \
libnuma1 librdmacm1 ibverbs-providers \
libnuma1 librdmacm1 ibverbs-providers \
...
...
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