Skip to content

Commit

Permalink
Merge pull request #26 from ilya-lavrenov/disable-npu
Browse files Browse the repository at this point in the history
Disable NPU merged to OV master recently
  • Loading branch information
ilya-lavrenov authored Apr 4, 2024
2 parents dbed638 + 90b8aca commit 818e384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openvino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN git clone https://github.com/openvinotoolkit/openvino.git && \
RUN /workspace/openvino/install_build_dependencies.sh
RUN python3 -m pip install -r /workspace/openvino/src/bindings/python/wheel/requirements-dev.txt
RUN cmake -DCPACK_GENERATOR=DEB -DENABLE_PYTHON=ON -DENABLE_PYTHON_PACKAGING=ON -DENABLE_CPPLINT=OFF -DENABLE_SAMPLES=OFF \
-DENABLE_INTEL_GPU=OFF -DENABLE_TEMPLATE=OFF -DENABLE_AUTO=OFF -DENABLE_HETERO=OFF -DENABLE_AUTO_BATCH=OFF \
-DENABLE_INTEL_GPU=OFF -DENABLE_INTEL_NPU=OFF -DENABLE_TEMPLATE=OFF -DENABLE_AUTO=OFF -DENABLE_HETERO=OFF -DENABLE_AUTO_BATCH=OFF \
-DENABLE_OV_TF_FRONTEND=OFF -DENABLE_OV_ONNX_FRONTEND=OFF -DENABLE_OV_TF_LITE_FRONTEND=OFF -DENABLE_OV_PADDLE_FRONTEND=OFF \
-S /workspace/openvino -B /workspace/openvino_build
RUN cmake --build /workspace/openvino_build --parallel 8
Expand Down

0 comments on commit 818e384

Please sign in to comment.