Unverified Commit 2430fcac authored by jthomson04's avatar jthomson04 Committed by GitHub
Browse files

fix: Install numactl in TRTLLM container (#5367)


Signed-off-by: default avatarjthomson04 <jothomson@nvidia.com>
parent 58a061f4
...@@ -697,6 +697,7 @@ RUN if [ ${ARCH_ALT} = "x86_64" ]; then \ ...@@ -697,6 +697,7 @@ RUN if [ ${ARCH_ALT} = "x86_64" ]; then \
libibumad3 \ libibumad3 \
libibverbs1 \ libibverbs1 \
libnuma1 \ libnuma1 \
numactl \
librdmacm1 \ librdmacm1 \
rdma-core \ rdma-core \
# OpenMPI dependencies # OpenMPI dependencies
......
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