We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d96a7 commit 666e71bCopy full SHA for 666e71b
opencv.Dockerfile
@@ -37,6 +37,6 @@ RUN curl -Lo opencv.zip https://github.com/opencv/opencv/archive/${OPENCV_VERSIO
37
-D BUILD_opencv_python2=NO \
38
-D BUILD_opencv_python3=NO \
39
-D OPENCV_GENERATE_PKGCONFIG=ON .. && \
40
- make -j $(nproc --all) && \
+ make -j32 $(nproc --all) && \
41
make preinstall && make install && ldconfig && \
42
cd / && rm -rf opencv*
0 commit comments