We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfd2a0 commit 64ae321Copy full SHA for 64ae321
dockerfile/Dockerfile.triton.trt_llm_backend
@@ -64,6 +64,8 @@ RUN [ "$(uname -m)" != "x86_64" ] && arch="sbsa" || arch="x86_64" \
64
cuda-nvrtc-dev-${NVRTC_CUDA_VERSION}=${NVRTC_VER} \
65
libnccl2=${NCCL_VER} \
66
libnccl-dev=${NCCL_VER} \
67
+ && dpkg -L libnvshmem3-cuda-13 | grep libnvshmem_host.so | sed -e 's/libnvshmem_host.*//g' | sort -u > /etc/ld.so.conf.d/libnvshmem3-cuda-13.conf \
68
+ && ldconfig \
69
&& rm -rf /var/lib/apt/lists/*
70
71
# Download & install TRT release
0 commit comments