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
a67e682b
"lib/bindings/python/vscode:/vscode.git/clone" did not exist on "18d9d1fa4f8c6f82ddc0ecf4a55fc20238393a12"
Unverified
Commit
a67e682b
authored
Jun 16, 2025
by
Tanmay Verma
Committed by
GitHub
Jun 16, 2025
Browse files
fix: remove lib.real from LD_LIBRARY_PATH (#1546)
parent
6063b1b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/Dockerfile.tensorrt_llm
container/Dockerfile.tensorrt_llm
+1
-1
No files found.
container/Dockerfile.tensorrt_llm
View file @
a67e682b
...
...
@@ -92,7 +92,7 @@ RUN cd /usr/local/src && \
make -j install-strip && \
ldconfig
ENV LD_LIBRARY_PATH=/usr/lib:/usr/local/ucx/lib:
/usr/local/cuda/compat/lib.real:
$LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=/usr/lib:/usr/local/ucx/lib:$LD_LIBRARY_PATH
ENV CPATH=/usr/include:$CPATH
ENV PATH=/usr/bin:$PATH
ENV PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH
...
...
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