Skip to content

Commit 207343d

Browse files
Update Dockerfile.triton.trt_llm_backend - fixes
1 parent 58b9c1a commit 207343d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dockerfile/Dockerfile.triton.trt_llm_backend

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,10 @@ RUN pip3 install --no-cache-dir polygraphy==0.49.9 mpi4py==3.1.5 cmake==4.0.3 ni
151151
libibverbs-dev \
152152
libnuma-dev \
153153
libucx-dev \
154-
rdma-core \
155154
ibverbs-providers
155+
openmpi-bin \
156+
libopenmpi-dev
157+
156158
ENV CMAKE_POLICY_VERSION_MINIMUM=3.5
157159

158160
RUN cd tensorrt_llm && \

0 commit comments

Comments
 (0)