Unverified Commit 3ef08d40 authored by Richard Huo's avatar Richard Huo Committed by GitHub
Browse files

build: add zmq lib to support trtllm's UCX connection establishment with zmq (#2381)


Signed-off-by: default avatarrihuo <rihuo@nvidia.com>
parent 32521261
...@@ -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 \
......
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