We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2bcce commit 93bd003Copy full SHA for 93bd003
docker/Dockerfile.hpu
@@ -53,7 +53,7 @@ RUN VLLM_STABLE_COMMIT=$(curl -s https://raw.githubusercontent.com/vllm-project/
53
git remote add upstream https://github.com/vllm-project/vllm.git && \
54
git fetch upstream --tags || true && \
55
git checkout $VLLM_COMMIT_TO_USE && \
56
- bash -c "pip install -r <(sed '/^[torch]/d' requirements/build.txt)" && \
+ bash -c "pip install -r <(sed '/^torch/d' requirements/build.txt)" && \
57
VLLM_TARGET_DEVICE=empty pip install --no-build-isolation .
58
59
# Clone the vllm-gaudi repository and install inside the container
0 commit comments