Skip to content

Commit 0d1d810

Browse files
committed
Revert "fix: force set oneapi vars"
This reverts commit dca591d.
1 parent 3f152d7 commit 0d1d810

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker/Dockerfile.xpu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@ RUN --mount=type=bind,source=.git,target=.git \
5757
ENV VLLM_TARGET_DEVICE=xpu
5858
ENV VLLM_WORKER_MULTIPROC_METHOD=spawn
5959

60-
SHELL ["/bin/bash"]
6160
RUN --mount=type=cache,target=/root/.cache/pip \
6261
--mount=type=bind,source=.git,target=.git \
63-
source /opt/intel/oneapi/setvars.sh --force && \
6462
pip install --no-build-isolation .
6563

6664
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)