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
e3a1cd1c
Unverified
Commit
e3a1cd1c
authored
Dec 15, 2025
by
Kunshang Ji
Committed by
GitHub
Dec 15, 2025
Browse files
[XPU] fix Dockerfile.xpu, avoid wheel conflicts (#30662)
Signed-off-by:
Kunshang Ji
<
kunshang.ji@intel.com
>
parent
3778673e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
docker/Dockerfile.xpu
docker/Dockerfile.xpu
+3
-0
No files found.
docker/Dockerfile.xpu
View file @
e3a1cd1c
...
@@ -76,6 +76,9 @@ RUN python3 -m pip install -e tests/vllm_test_utils
...
@@ -76,6 +76,9 @@ RUN python3 -m pip install -e tests/vllm_test_utils
ENV NIXL_VERSION=0.7.0
ENV NIXL_VERSION=0.7.0
RUN python3 /workspace/vllm/tools/install_nixl_from_source_ubuntu.py
RUN python3 /workspace/vllm/tools/install_nixl_from_source_ubuntu.py
# PyJWT-2.7.0 will influence some wheel behaviors, remove its dist-info to avoid conflicts
RUN rm /usr/lib/python3/dist-packages/PyJWT-2.7.0.dist-info/ -rf
# remove torch bundled oneccl to avoid conflicts
# remove torch bundled oneccl to avoid conflicts
RUN --mount=type=cache,target=/root/.cache/pip \
RUN --mount=type=cache,target=/root/.cache/pip \
pip uninstall oneccl oneccl-devel -y
pip uninstall oneccl oneccl-devel -y
...
...
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