Skip to content

Commit cdfd2a0

Browse files
committed
Install libnvshmem3-cuda-13 to the base conatiner.
1 parent 358c9f8 commit cdfd2a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfile/Dockerfile.triton.trt_llm_backend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ RUN [ "$(uname -m)" != "x86_64" ] && arch="sbsa" || arch="x86_64" \
160160
cuda-nvrtc-dev-${NVRTC_CUDA_VERSION}=${NVRTC_VER} \
161161
libnccl2=${NCCL_VER} \
162162
libnccl-dev=${NCCL_VER} \
163+
libnvshmem3-cuda-13 \
163164
&& rm -rf /var/lib/apt/lists/*
164165

165166
# Install TRT

0 commit comments

Comments
 (0)