We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2c07e commit 7da0406Copy full SHA for 7da0406
Dockerfile.openvino
@@ -14,6 +14,7 @@ ARG GIT_REPO_CHECK=0
14
RUN --mount=type=bind,source=.git,target=.git \
15
if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh ; fi
16
17
+RUN python3 -m pip install -U pip
18
# install build requirements
19
RUN PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cpu" python3 -m pip install -r /workspace/requirements-build.txt
20
# build vLLM with OpenVINO backend
0 commit comments