Skip to content

Commit

Permalink
[CI/Build] fix Dockerfile.cpu on podman (vllm-project#8540)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro authored and Jeffwan committed Sep 19, 2024
1 parent f7c0189 commit 3603aff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN echo 'ulimit -c 0' >> ~/.bashrc

RUN pip install https://intel-extension-for-pytorch.s3.amazonaws.com/ipex_dev/cpu/intel_extension_for_pytorch-2.4.0%2Bgitfbaa4bc-cp310-cp310-linux_x86_64.whl

WORKDIR /workspace

ENV PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cpu
RUN --mount=type=cache,target=/root/.cache/pip \
--mount=type=bind,src=requirements-build.txt,target=requirements-build.txt \
Expand Down

0 comments on commit 3603aff

Please sign in to comment.