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 dd3d3b0 commit 28a81eaCopy full SHA for 28a81ea
Dockerfile
@@ -46,4 +46,7 @@ RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
46
.. \
47
&& make install \
48
&& rm /${OPENCV_VERSION}.zip \
49
-&& rm -r /opencv-${OPENCV_VERSION}
+&& rm -r /opencv-${OPENCV_VERSION}
50
+RUN ln -s \
51
+ /usr/local/python/cv2/python-3.7/cv2.cpython-37m-x86_64-linux-gnu.so \
52
+ /usr/local/lib/python3.7/site-packages/cv2.so
0 commit comments