Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .cd/Dockerfile.rhel.ubi.vllm
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ RUN set -e && \
git fetch upstream --tags && \
git checkout ${VLLM_PROJECT_COMMIT} && \
pip install --no-cache-dir -r <(sed '/^torch/d' requirements/build/cuda.txt) && \
case "${VLLM_GAUDI_COMMIT}" in \
v[0-9]*.*) export SETUPTOOLS_SCM_PRETEND_VERSION="${VLLM_GAUDI_COMMIT#v}" ;; \
esac; \
VLLM_TARGET_DEVICE=empty pip install --no-cache-dir --no-build-isolation . && \
cd $VLLM_PATH2 && \
git checkout ${VLLM_GAUDI_COMMIT} && \
Expand Down