Skip to content

Commit

Permalink
docker: add IPP to OpenCV build of static container image
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Aug 3, 2023
1 parent 4d2a904 commit dba03dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.opencv-static
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ RUN curl -Lo opencv.zip ${OPENCV_FILE} && \
RUN cd opencv-${OPENCV_VERSION} && \
mkdir build && cd build && \
cmake -D CMAKE_BUILD_TYPE=RELEASE \
-D WITH_IPP=OFF \
-D WITH_IPP=ON \
-D BUILD_WITH_DYNAMIC_IPP=OFF \
-D WITH_OPENGL=OFF \
-D WITH_QT=OFF \
-D CMAKE_INSTALL_PREFIX=/usr/local \
Expand Down

0 comments on commit dba03dc

Please sign in to comment.