Skip to content

Commit 818e384

Browse files
Merge pull request vllm-project#26 from ilya-lavrenov/disable-npu
Disable NPU merged to OV master recently
2 parents dbed638 + 90b8aca commit 818e384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.openvino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN git clone https://github.com/openvinotoolkit/openvino.git && \
2121
RUN /workspace/openvino/install_build_dependencies.sh
2222
RUN python3 -m pip install -r /workspace/openvino/src/bindings/python/wheel/requirements-dev.txt
2323
RUN cmake -DCPACK_GENERATOR=DEB -DENABLE_PYTHON=ON -DENABLE_PYTHON_PACKAGING=ON -DENABLE_CPPLINT=OFF -DENABLE_SAMPLES=OFF \
24-
-DENABLE_INTEL_GPU=OFF -DENABLE_TEMPLATE=OFF -DENABLE_AUTO=OFF -DENABLE_HETERO=OFF -DENABLE_AUTO_BATCH=OFF \
24+
-DENABLE_INTEL_GPU=OFF -DENABLE_INTEL_NPU=OFF -DENABLE_TEMPLATE=OFF -DENABLE_AUTO=OFF -DENABLE_HETERO=OFF -DENABLE_AUTO_BATCH=OFF \
2525
-DENABLE_OV_TF_FRONTEND=OFF -DENABLE_OV_ONNX_FRONTEND=OFF -DENABLE_OV_TF_LITE_FRONTEND=OFF -DENABLE_OV_PADDLE_FRONTEND=OFF \
2626
-S /workspace/openvino -B /workspace/openvino_build
2727
RUN cmake --build /workspace/openvino_build --parallel 8

0 commit comments

Comments
 (0)