File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ RUN cd /tmp/opencv-${OPENCV_VERSION}/cmake_binary && \
494
494
-D WITH_JASPER=ON \
495
495
-D WITH_JPEG=ON \
496
496
-D WITH_LAPACK=OFF \
497
- -D WITH_LIBV4L=ON \
497
+ -D WITH_LIBV4L=OFF \
498
498
-D WITH_NVCUVID=ON \
499
499
-D WITH_OPENCL=ON \
500
500
-D WITH_OPENCLAMDBLAS=OFF \
@@ -512,17 +512,17 @@ RUN cd /tmp/opencv-${OPENCV_VERSION}/cmake_binary && \
512
512
-D WITH_TBB=ON \
513
513
-D WITH_TIFF=ON \
514
514
-D WITH_UNICAP=OFF \
515
- -D WITH_V4L=ON \
515
+ -D WITH_V4L=OFF \
516
516
-D WITH_VTK=ON \
517
517
-D WITH_WEBP=ON \
518
518
-D WITH_XIMEA=OFF \
519
519
-D WITH_XINE=OFF \
520
520
-D WITH_ZLIB=ON \
521
- # -G Ninja \
521
+ -G Ninja \
522
522
-D CMAKE_INSTALL_PREFIX=/usr/local \
523
523
.. 2>&1 | tee cmake_messages.txt
524
- # RUN cd /tmp/opencv-4.5.2/cmake_binary && ninja
525
- RUN make -j$(nproc) && make install
524
+ RUN cd /tmp/opencv-4.5.2/cmake_binary && ninja
525
+ # RUN make -j$(nproc) && make install
526
526
527
527
528
528
RUN set -xe && \
You can’t perform that action at this time.
0 commit comments