Skip to content

Commit dfc07ba

Browse files
committed
20211029 release
1 parent f5d3b9f commit dfc07ba

File tree

31 files changed

+5636
-6
lines changed

31 files changed

+5636
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
CTO_FROM : nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
2+
docker build \
3+
--build-arg CTO_FROM="nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04" \
4+
--build-arg CTO_TENSORFLOW_VERSION="1.15.5" \
5+
--build-arg CTO_OPENCV_VERSION="3.4.16" \
6+
--build-arg CTO_NUMPROC="32" \
7+
--build-arg CTO_CUDA_APT="cuda-npp-10.2 cuda-cublas-10.0 cuda-cufft-10.2 cuda-libraries-10.2 cuda-npp-dev-10.2 cuda-cublas-dev-10.0 cuda-cufft-dev-10.2 cuda-libraries-dev-10.2" \
8+
--build-arg CTO_CUDA_BUILD="-D WITH_CUDA=ON -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda -D CMAKE_LIBRARY_PATH=/usr/local/cuda/lib64/stubs -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -DWITH_CUDNN=ON -DOPENCV_DNN_CUDA=ON -DCUDA_ARCH_BIN=6.0,6.1,7.0,7.5 -D WITH_NVCUVID=ON" \
9+
--build-arg LATEST_BAZELISK="1.10.1" \
10+
--build-arg LATEST_BAZEL="3.7.2" \
11+
--build-arg CTO_TF_CUDNN="yes" \
12+
--build-arg CTO_TF_OPT="v1" \
13+
--build-arg CTO_TF_KERAS="keras==2.3.1 tensorflow<2" \
14+
--build-arg CTO_TF_PYTHON="3.8" \
15+
--build-arg CTO_TF_NUMPY="numpy<1.19.0" \
16+
--build-arg CTO_DNN_ARCH="6.0,6.1,7.0,7.5" \
17+
--build-arg CTO_CUDA11_APT_XTRA="" \
18+
--build-arg CTO_PYTORCH="torch torchvision torchaudio" \
19+
--tag="datamachines/cudnn_tensorflow_opencv:10.2_1.15.5_3.4.16-20211029" \
20+
-f ubuntu18.04/Dockerfile \
21+
.
22+
23+
General configuration for OpenCV 3.4.16 =====================================
24+
Version control: unknown
25+
26+
Extra modules:
27+
Location (extra): /usr/local/src/opencv_contrib/modules
28+
Version control (extra): unknown
29+
30+
Platform:
31+
Timestamp: 2021-10-28T06:55:14Z
32+
Host: Linux 5.11.0-38-generic x86_64
33+
CMake: 3.10.2
34+
CMake generator: Unix Makefiles
35+
CMake build tool: /usr/bin/make
36+
Configuration: Release
37+
38+
CPU/HW features:
39+
Baseline: SSE SSE2 SSE3
40+
requested: SSE3
41+
Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2 AVX512_SKX
42+
requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
43+
SSE4_1 (14 files): + SSSE3 SSE4_1
44+
SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
45+
FP16 (0 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
46+
AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
47+
AVX2 (28 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
48+
AVX512_SKX (4 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2 AVX_512F AVX512_COMMON AVX512_SKX
49+
50+
C/C++:
51+
Built as dynamic libs?: YES
52+
C++11: YES
53+
C++ Compiler: /usr/bin/c++ (ver 7.5.0)
54+
C++ flags (Release): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
55+
C++ flags (Debug): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
56+
C Compiler: /usr/bin/cc
57+
C flags (Release): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
58+
C flags (Debug): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
59+
Linker flags (Release): -Wl,--exclude-libs,libippicv.a -Wl,--exclude-libs,libippiw.a -Wl,--gc-sections -Wl,--as-needed
60+
Linker flags (Debug): -Wl,--exclude-libs,libippicv.a -Wl,--exclude-libs,libippiw.a -Wl,--gc-sections -Wl,--as-needed
61+
ccache: NO
62+
Precompiled headers: NO
63+
Extra dependencies: m pthread cudart_static -lpthread dl rt nppc nppial nppicc nppicom nppidei nppif nppig nppim nppist nppisu nppitc npps cublas cufft -L/usr/local/cuda/lib64 -L/usr/lib/x86_64-linux-gnu
64+
3rdparty dependencies:
65+
66+
OpenCV modules:
67+
To be built: aruco bgsegm bioinspired calib3d ccalib core cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev datasets dnn dnn_objdetect dpm face features2d flann freetype fuzzy hdf hfs highgui img_hash imgcodecs imgproc line_descriptor ml objdetect optflow phase_unwrapping photo plot python3 reg rgbd saliency sfm shape stereo stitching structured_light superres surface_matching text tracking video videoio videostab xfeatures2d ximgproc xobjdetect xphoto
68+
Disabled: world
69+
Disabled by dependency: -
70+
Unavailable: cvv java matlab ovis python2 ts viz
71+
Applications: apps
72+
Documentation: NO
73+
Non-free algorithms: NO
74+
75+
GUI:
76+
GTK+: YES (ver 3.22.30)
77+
GThread : YES (ver 2.56.4)
78+
GtkGlExt: NO
79+
VTK support: NO
80+
81+
Media I/O:
82+
ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.11)
83+
JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver 80)
84+
WEBP: build (ver encoder: 0x020f)
85+
PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.6.34)
86+
TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 / 4.0.9)
87+
JPEG 2000: build (ver 1.900.1)
88+
OpenEXR: build (ver 2.3.0)
89+
GDAL: NO
90+
HDR: YES
91+
SUNRASTER: YES
92+
PXM: YES
93+
94+
Video I/O:
95+
DC1394: YES (ver 2.2.5)
96+
FFMPEG: YES
97+
avcodec: YES (ver 57.107.100)
98+
avformat: YES (ver 57.83.100)
99+
avutil: YES (ver 55.78.100)
100+
swscale: YES (ver 4.8.100)
101+
avresample: NO
102+
GStreamer: YES
103+
base: YES (ver 1.14.5)
104+
video: YES (ver 1.14.5)
105+
app: YES (ver 1.14.5)
106+
riff: YES (ver 1.14.5)
107+
pbutils: YES (ver 1.14.5)
108+
libv4l/libv4l2: NO
109+
v4l/v4l2: linux/videodev2.h
110+
Xine: YES (ver 1.2.8)
111+
112+
Parallel framework: TBB (ver 2017.0 interface 9107)
113+
114+
Trace: YES (with Intel ITT)
115+
116+
Other third-party libraries:
117+
Intel IPP: 2020.0.0 Gold [2020.0.0]
118+
at: /usr/local/src/opencv/build/3rdparty/ippicv/ippicv_lnx/icv
119+
Intel IPP IW: sources (2020.0.0)
120+
at: /usr/local/src/opencv/build/3rdparty/ippicv/ippicv_lnx/iw
121+
Lapack: NO
122+
Eigen: YES (ver 3.3.4)
123+
Custom HAL: NO
124+
Protobuf: build (3.5.1)
125+
126+
NVIDIA CUDA: YES (ver 10.2, CUFFT CUBLAS FAST_MATH)
127+
NVIDIA GPU arch: 60 61 70 75
128+
NVIDIA PTX archs:
129+
130+
OpenCL: YES (no extra features)
131+
Include path: /usr/local/src/opencv/3rdparty/include/opencl/1.2
132+
Link libraries: Dynamic load
133+
134+
Python 3:
135+
Interpreter: /usr/bin/python3 (ver 3.8.12)
136+
Libraries: /usr/lib/x86_64-linux-gnu/libpython3.8.so (ver 3.8.12)
137+
numpy: /usr/local/lib/python3.8/dist-packages/numpy/core/include (ver 1.18.5)
138+
install path: lib/python3.8/dist-packages/cv2/python-3.8
139+
140+
Python (for build): /usr/bin/python2.7
141+
142+
Java:
143+
ant: NO
144+
JNI: NO
145+
Java wrappers: NO
146+
Java tests: NO
147+
148+
Install to: /usr/local
149+
-----------------------------------------------------------------
150+
151+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
CTO_FROM : nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
2+
docker build \
3+
--build-arg CTO_FROM="nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04" \
4+
--build-arg CTO_TENSORFLOW_VERSION="1.15.5" \
5+
--build-arg CTO_OPENCV_VERSION="4.5.4" \
6+
--build-arg CTO_NUMPROC="32" \
7+
--build-arg CTO_CUDA_APT="cuda-npp-10.2 cuda-cublas-10.0 cuda-cufft-10.2 cuda-libraries-10.2 cuda-npp-dev-10.2 cuda-cublas-dev-10.0 cuda-cufft-dev-10.2 cuda-libraries-dev-10.2" \
8+
--build-arg CTO_CUDA_BUILD="-D WITH_CUDA=ON -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda -D CMAKE_LIBRARY_PATH=/usr/local/cuda/lib64/stubs -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -DWITH_CUDNN=ON -DOPENCV_DNN_CUDA=ON -DCUDA_ARCH_BIN=6.0,6.1,7.0,7.5 -D WITH_NVCUVID=ON" \
9+
--build-arg LATEST_BAZELISK="1.10.1" \
10+
--build-arg LATEST_BAZEL="3.7.2" \
11+
--build-arg CTO_TF_CUDNN="yes" \
12+
--build-arg CTO_TF_OPT="v1" \
13+
--build-arg CTO_TF_KERAS="keras==2.3.1 tensorflow<2" \
14+
--build-arg CTO_TF_PYTHON="3.8" \
15+
--build-arg CTO_TF_NUMPY="numpy<1.19.0" \
16+
--build-arg CTO_DNN_ARCH="6.0,6.1,7.0,7.5" \
17+
--build-arg CTO_CUDA11_APT_XTRA="" \
18+
--build-arg CTO_PYTORCH="torch torchvision torchaudio" \
19+
--tag="datamachines/cudnn_tensorflow_opencv:10.2_1.15.5_4.5.4-20211029" \
20+
-f ubuntu18.04/Dockerfile \
21+
.
22+
23+
General configuration for OpenCV 4.5.4 =====================================
24+
Version control: unknown
25+
26+
Extra modules:
27+
Location (extra): /usr/local/src/opencv_contrib/modules
28+
Version control (extra): unknown
29+
30+
Platform:
31+
Timestamp: 2021-10-28T07:12:02Z
32+
Host: Linux 5.11.0-38-generic x86_64
33+
CMake: 3.10.2
34+
CMake generator: Unix Makefiles
35+
CMake build tool: /usr/bin/make
36+
Configuration: Release
37+
38+
CPU/HW features:
39+
Baseline: SSE SSE2 SSE3
40+
requested: SSE3
41+
Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2 AVX512_SKX
42+
requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
43+
SSE4_1 (15 files): + SSSE3 SSE4_1
44+
SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
45+
FP16 (0 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
46+
AVX (4 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
47+
AVX2 (30 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
48+
AVX512_SKX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2 AVX_512F AVX512_COMMON AVX512_SKX
49+
50+
C/C++:
51+
Built as dynamic libs?: YES
52+
C++ standard: 11
53+
C++ Compiler: /usr/bin/c++ (ver 7.5.0)
54+
C++ flags (Release): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
55+
C++ flags (Debug): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
56+
C Compiler: /usr/bin/cc
57+
C flags (Release): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
58+
C flags (Debug): -fsigned-char -ffast-math -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
59+
Linker flags (Release): -Wl,--exclude-libs,libippicv.a -Wl,--exclude-libs,libippiw.a -Wl,--gc-sections -Wl,--as-needed
60+
Linker flags (Debug): -Wl,--exclude-libs,libippicv.a -Wl,--exclude-libs,libippiw.a -Wl,--gc-sections -Wl,--as-needed
61+
ccache: NO
62+
Precompiled headers: NO
63+
Extra dependencies: m pthread cudart_static -lpthread dl rt nppc nppial nppicc nppicom nppidei nppif nppig nppim nppist nppisu nppitc npps cublas cudnn cufft -L/usr/local/cuda/lib64 -L/usr/lib/x86_64-linux-gnu
64+
3rdparty dependencies:
65+
66+
OpenCV modules:
67+
To be built: alphamat aruco barcode bgsegm bioinspired calib3d ccalib core cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev datasets dnn dnn_objdetect dnn_superres dpm face features2d flann freetype fuzzy gapi hdf hfs highgui img_hash imgcodecs imgproc intensity_transform line_descriptor mcc ml objdetect optflow phase_unwrapping photo plot python3 quality rapid reg rgbd saliency sfm shape stereo stitching structured_light superres surface_matching text tracking video videoio videostab wechat_qrcode xfeatures2d ximgproc xobjdetect xphoto
68+
Disabled: world
69+
Disabled by dependency: -
70+
Unavailable: cvv java julia matlab ovis python2 ts viz
71+
Applications: apps
72+
Documentation: NO
73+
Non-free algorithms: NO
74+
75+
GUI: GTK3
76+
GTK+: YES (ver 3.22.30)
77+
GThread : YES (ver 2.56.4)
78+
GtkGlExt: NO
79+
VTK support: NO
80+
81+
Media I/O:
82+
ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.11)
83+
JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver 80)
84+
WEBP: build (ver encoder: 0x020f)
85+
PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.6.34)
86+
TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 / 4.0.9)
87+
JPEG 2000: OpenJPEG (ver 2.3.0)
88+
OpenEXR: build (ver 2.3.0)
89+
GDAL: NO
90+
HDR: YES
91+
SUNRASTER: YES
92+
PXM: YES
93+
PFM: YES
94+
95+
Video I/O:
96+
DC1394: YES (2.2.5)
97+
FFMPEG: YES
98+
avcodec: YES (57.107.100)
99+
avformat: YES (57.83.100)
100+
avutil: YES (55.78.100)
101+
swscale: YES (4.8.100)
102+
avresample: NO
103+
GStreamer: YES (1.14.5)
104+
v4l/v4l2: YES (linux/videodev2.h)
105+
Xine: YES (ver 1.2.8)
106+
107+
Parallel framework: TBB (ver 2017.0 interface 9107)
108+
109+
Trace: YES (with Intel ITT)
110+
111+
Other third-party libraries:
112+
Intel IPP: 2020.0.0 Gold [2020.0.0]
113+
at: /usr/local/src/opencv/build/3rdparty/ippicv/ippicv_lnx/icv
114+
Intel IPP IW: sources (2020.0.0)
115+
at: /usr/local/src/opencv/build/3rdparty/ippicv/ippicv_lnx/iw
116+
VA: NO
117+
Lapack: NO
118+
Eigen: YES (ver 3.3.4)
119+
Custom HAL: NO
120+
Protobuf: build (3.5.1)
121+
122+
NVIDIA CUDA: YES (ver 10.2, CUFFT CUBLAS FAST_MATH)
123+
NVIDIA GPU arch: 60 61 70 75
124+
NVIDIA PTX archs:
125+
126+
cuDNN: YES (ver 7.6.5)
127+
128+
OpenCL: YES (no extra features)
129+
Include path: /usr/local/src/opencv/3rdparty/include/opencl/1.2
130+
Link libraries: Dynamic load
131+
132+
Python 3:
133+
Interpreter: /usr/bin/python3 (ver 3.8.12)
134+
Libraries: /usr/lib/x86_64-linux-gnu/libpython3.8.so (ver 3.8.12)
135+
numpy: /usr/local/lib/python3.8/dist-packages/numpy/core/include (ver 1.18.5)
136+
install path: lib/python3.8/dist-packages/cv2/python-3.8
137+
138+
Python (for build): /usr/bin/python2.7
139+
140+
Java:
141+
ant: NO
142+
JNI: NO
143+
Java wrappers: NO
144+
Java tests: NO
145+
146+
Install to: /usr/local
147+
-----------------------------------------------------------------
148+
149+

0 commit comments

Comments
 (0)