File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN git clone https://github.com/openvinotoolkit/openvino.git && \
2121RUN /workspace/openvino/install_build_dependencies.sh
2222RUN python3 -m pip install -r /workspace/openvino/src/bindings/python/wheel/requirements-dev.txt
2323RUN 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
2727RUN cmake --build /workspace/openvino_build --parallel 8
You can’t perform that action at this time.
0 commit comments