File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ RUN cd /tmp/opencv-${OPENCV_VERSION}/cmake_binary && \
495
495
-D WITH_JASPER=ON \
496
496
-D WITH_JPEG=ON \
497
497
-D WITH_LAPACK=OFF \
498
- -D WITH_LIBV4L=ON \
498
+ -D WITH_LIBV4L=OFF \
499
499
-D WITH_NVCUVID=ON \
500
500
-D WITH_OPENCL=ON \
501
501
-D WITH_OPENCLAMDBLAS=OFF \
@@ -519,11 +519,12 @@ RUN cd /tmp/opencv-${OPENCV_VERSION}/cmake_binary && \
519
519
-D WITH_XIMEA=OFF \
520
520
-D WITH_XINE=OFF \
521
521
-D WITH_ZLIB=ON \
522
- -G Ninja \
522
+ # -G Ninja \
523
523
-D CMAKE_INSTALL_PREFIX=/usr/local \
524
524
.. 2>&1 | tee cmake_messages.txt
525
- RUN cd /tmp/opencv-4.5.2/cmake_binary && ninja
526
- # RUN make -j$(nproc) && make install
525
+ # RUN cd /tmp/opencv-4.5.2/cmake_binary && ninja
526
+ RUN cd /tmp/opencv-4.5.2/cmake_binary && make
527
+ # -j$(nproc) && make install
527
528
RUN rm /usr/lib/x86_64-linux-gnu/libnvcuvid.so.1
528
529
529
530
RUN set -xe && \
You can’t perform that action at this time.
0 commit comments