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
ac82bcf3
Unverified
Commit
ac82bcf3
authored
May 19, 2025
by
Alec
Committed by
GitHub
May 18, 2025
Browse files
fix: remove lib.real from LD (#1117)
parent
c22315fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/Dockerfile.vllm
container/Dockerfile.vllm
+1
-1
No files found.
container/Dockerfile.vllm
View file @
ac82bcf3
...
@@ -100,7 +100,7 @@ RUN cd /usr/local/src && \
...
@@ -100,7 +100,7 @@ RUN cd /usr/local/src && \
make -j install-strip && \
make -j install-strip && \
ldconfig
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 CPATH=/usr/include:$CPATH
ENV PATH=/usr/bin:$PATH
ENV PATH=/usr/bin:$PATH
ENV PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_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