Skip to content

Commit

Permalink
[dockerfiles] Disabled dnn and gapi in opencv to fix build issue (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaguzovaTatyana authored Feb 22, 2024
1 parent 48776ef commit a822e3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/rhel8/openvino_cg_dev_2023.0.0.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ RUN . "${INTEL_OPENVINO_DIR}"/setupvars.sh; \
-D BUILD_opencv_world=OFF \
-D BUILD_opencv_python2=OFF \
-D BUILD_opencv_python3=ON \
-D BUILD_opencv_dnn=OFF \
-D BUILD_opencv_gapi=OFF \
-D PYTHON3_PACKAGES_PATH=install/python/python3 \
-D PYTHON3_LIMITED_API=ON \
-D HIGHGUI_PLUGIN_LIST=all \
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/ubuntu20/openvino_cg_dev_2023.0.0.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ RUN . "${INTEL_OPENVINO_DIR}"/setupvars.sh; \
-D BUILD_opencv_world=OFF \
-D BUILD_opencv_python2=OFF \
-D BUILD_opencv_python3=ON \
-D BUILD_opencv_dnn=OFF \
-D BUILD_opencv_gapi=OFF \
-D PYTHON3_PACKAGES_PATH=install/python/python3 \
-D PYTHON3_LIMITED_API=ON \
-D HIGHGUI_PLUGIN_LIST=all \
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/ubuntu22/openvino_cg_dev_2023.0.0.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ RUN . "${INTEL_OPENVINO_DIR}"/setupvars.sh; \
-D BUILD_opencv_world=OFF \
-D BUILD_opencv_python2=OFF \
-D BUILD_opencv_python3=ON \
-D BUILD_opencv_dnn=OFF \
-D BUILD_opencv_gapi=OFF \
-D PYTHON3_PACKAGES_PATH=install/python/python3 \
-D PYTHON3_LIMITED_API=ON \
-D HIGHGUI_PLUGIN_LIST=all \
Expand Down

0 comments on commit a822e3e

Please sign in to comment.