"csrc/vscode:/vscode.git/clone" did not exist on "6c916ac8a80d1b2f4e0d0113a67767dc254a3598"
Unverified Commit f4923cb8 authored by Ilya Lavrenov's avatar Ilya Lavrenov Committed by GitHub
Browse files

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


Signed-off-by: default avatarIlya Lavrenov <ilya.lavrenov@intel.com>
parent b640b19c
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment