Skip to content

Commit 7da0406

Browse files
ilya-lavrenovmzusman
authored andcommitted
[OpenVINO] Fixed Docker.openvino build (vllm-project#11732)
Signed-off-by: Ilya Lavrenov <[email protected]>
1 parent dc2c07e commit 7da0406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.openvino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ARG GIT_REPO_CHECK=0
1414
RUN --mount=type=bind,source=.git,target=.git \
1515
if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh ; fi
1616

17+
RUN python3 -m pip install -U pip
1718
# install build requirements
1819
RUN PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cpu" python3 -m pip install -r /workspace/requirements-build.txt
1920
# build vLLM with OpenVINO backend

0 commit comments

Comments
 (0)