We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4d936 commit 6554339Copy full SHA for 6554339
commons/Dockerfile.base.py38-cuda11.3
@@ -558,7 +558,7 @@ RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip && \
558
-D CUDA_NVCC_FLAGS="-D_FORCE_INLINES --expt-relaxed-constexpr" \
559
-D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-11.3 \
560
-D CUDNN_INCLUDE_DIR=/usr/local/cuda/include \
561
- -D CUDNN_LIBRARY=/usr/lib/x86_64-linux-gnu/libcudnn.so \
+ -D CUDNN_LIBRARY=/usr/lib/x86_64-linux-gnu/libcudnn.so.8.2.0 \
562
-D ENABLE_AVX=ON \
563
-D ENABLE_FAST_MATH=1 \
564
-D HAVE_opencv_python3=ON \
0 commit comments