[OpenVINO] Fixed Docker.openvino build (#11732)

Signed-off-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
Ilya Lavrenov 2025-01-08 09:08:30 +04:00 committed by GitHub
parent b640b19cc0
commit f4923cb8bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ ARG GIT_REPO_CHECK=0
RUN --mount=type=bind,source=.git,target=.git \
if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh ; fi
RUN python3 -m pip install -U pip
# install build requirements
RUN PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cpu" python3 -m pip install -r /workspace/requirements-build.txt
# build vLLM with OpenVINO backend