Skip to content

Commit 93bd003

Browse files
fix requirements installation in HPU dockerfile
Signed-off-by: jakub-sochacki <jakub.sochacki@wp.pl>
1 parent 2e2bcce commit 93bd003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.hpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN VLLM_STABLE_COMMIT=$(curl -s https://raw.githubusercontent.com/vllm-project/
5353
git remote add upstream https://github.com/vllm-project/vllm.git && \
5454
git fetch upstream --tags || true && \
5555
git checkout $VLLM_COMMIT_TO_USE && \
56-
bash -c "pip install -r <(sed '/^[torch]/d' requirements/build.txt)" && \
56+
bash -c "pip install -r <(sed '/^torch/d' requirements/build.txt)" && \
5757
VLLM_TARGET_DEVICE=empty pip install --no-build-isolation .
5858

5959
# Clone the vllm-gaudi repository and install inside the container

0 commit comments

Comments
 (0)