Skip to content

Commit 666e71b

Browse files
committed
update opencv version: 4.5.4,gocv version: 0.29.0, golang version: 1.17.0
1 parent 87d96a7 commit 666e71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencv.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ RUN curl -Lo opencv.zip https://github.com/opencv/opencv/archive/${OPENCV_VERSIO
3737
-D BUILD_opencv_python2=NO \
3838
-D BUILD_opencv_python3=NO \
3939
-D OPENCV_GENERATE_PKGCONFIG=ON .. && \
40-
make -j $(nproc --all) && \
40+
make -j32 $(nproc --all) && \
4141
make preinstall && make install && ldconfig && \
4242
cd / && rm -rf opencv*

0 commit comments

Comments
 (0)