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
vllm_cscc
Commits
d64429bb
Unverified
Commit
d64429bb
authored
Nov 17, 2025
by
liuzhenwei
Committed by
GitHub
Nov 17, 2025
Browse files
[NIXL][XPU] update install script of NIXL (#28778)
Signed-off-by:
zhenwei-intel
<
zhenwei.liu@intel.com
>
parent
561253b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
docker/Dockerfile.xpu
docker/Dockerfile.xpu
+2
-1
tools/install_nixl_from_source_ubuntu.py
tools/install_nixl_from_source_ubuntu.py
+1
-0
No files found.
docker/Dockerfile.xpu
View file @
d64429bb
...
...
@@ -14,6 +14,7 @@ RUN apt clean && apt-get update -y && \
libxext6 \
libgl1 \
lsb-release \
libaio-dev \
numactl \
wget \
vim \
...
...
@@ -68,8 +69,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
RUN python3 -m pip install -e tests/vllm_test_utils
# install nixl from source code
ENV NIXL_VERSION=0.7.0
RUN python3 /workspace/vllm/tools/install_nixl_from_source_ubuntu.py
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib/python3.12/dist-packages/.nixl.mesonpy.libs/plugins/"
RUN --mount=type=cache,target=/root/.cache/pip \
pip uninstall oneccl oneccl-devel -y
...
...
tools/install_nixl_from_source_ubuntu.py
View file @
d64429bb
...
...
@@ -175,6 +175,7 @@ def build_and_install_prerequisites(args):
build_env
[
"LD_LIBRARY_PATH"
]
=
(
f
"
{
ucx_lib_path
}
:
{
ucx_plugin_path
}
:
{
existing_ld_path
}
"
.
strip
(
":"
)
)
build_env
[
"LDFLAGS"
]
=
"-Wl,-rpath,$ORIGIN"
print
(
f
"--> Using LD_LIBRARY_PATH:
{
build_env
[
'LD_LIBRARY_PATH'
]
}
"
,
flush
=
True
)
temp_wheel_dir
=
os
.
path
.
join
(
ROOT_DIR
,
"temp_wheelhouse"
)
...
...
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