Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
22e36dec
"...git@developer.sourcefind.cn:2222/OpenDAS/colossalai.git" did not exist on "b5f9e37c709656b286940f1b5e05abddfa257e3d"
Unverified
Commit
22e36dec
authored
Jan 08, 2026
by
Tanmay Verma
Committed by
GitHub
Jan 08, 2026
Browse files
fix: Add symlink for NCCL in trtllm container (#5257)
parent
6f9619a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
container/Dockerfile.trtllm
container/Dockerfile.trtllm
+3
-1
No files found.
container/Dockerfile.trtllm
View file @
22e36dec
...
@@ -695,7 +695,9 @@ RUN if [ ${ARCH_ALT} = "x86_64" ]; then \
...
@@ -695,7 +695,9 @@ RUN if [ ${ARCH_ALT} = "x86_64" ]; then \
# System utilities and dependencies
# System utilities and dependencies
curl && \
curl && \
apt-get clean && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
# Create libnccl.so symlink pointing to libnccl.so.2. TensorRT-LLM requires explicit libnccl.so
ln -sf /usr/lib/${ARCH_ALT}-linux-gnu/libnccl.so.2 /usr/lib/${ARCH_ALT}-linux-gnu/libnccl.so
# Switch to dynamo user
# Switch to dynamo user
USER dynamo
USER dynamo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment