Skip to content

Commit

Permalink
[OpenVINO] Fixed Docker.openvino build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Jan 4, 2025
1 parent 300acb8 commit ef1d2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.openvino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef1d2b3

Please sign in to comment.