From 7fb6d743576ca38e234ce1c36c813b6c7afe9004 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Tue, 18 Jan 2022 18:09:12 +0100 Subject: [PATCH] [centos] Be explicit about enabled opencv modules Exclude hdf module --- centos/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/centos/Dockerfile b/centos/Dockerfile index 163f005..c37cc0b 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -315,6 +315,7 @@ RUN yum install -y \ -D WITH_WEBP=ON -D BUILD_WEBP=OFF \ -D WITH_ZLIB=ON -D BUILD_ZLIB=OFF \ -D WITH_V4L=ON \ + -D BUILD_LIST=alphamat,aruco,bgsegm,bioinspired,calib3d,ccalib,core,cudaarithm,cudabgsegm,cudafeatures2d,cudafilters,cudaimgproc,cudalegacy,cudaobjdetect,cudaoptflow,cudastereo,cudawarping,cudev,cvv,datasets,dnn,dnn_objdetect,dnn_superres,dpm,face,features2d,flann,freetype,fuzzy,gapi,hfs,highgui,img_hash,imgcodecs,imgproc,intensity_transform,line_descriptor,mcc,ml,objdetect,optflow,phase_unwrapping,photo,plot,python3,quality,rapid,reg,rgbd,saliency,shape,stereo,stitching,structured_light,superres,surface_matching,text,tracking,video,videoio,videostab,xfeatures2d,ximgproc,xobjdetect,xphoto \ && \ ninja -C build install && \ cd .. && \ -- GitLab