在docker上部署出现:
import cv2 - libGL.so.1: cannot open shared object file: No such file or directory
把requirements.txt 里面的
opencv_python
opencv_contrib_python
换成
opencv_python_headless
参考文献:
在docker上部署出现:
import cv2 - libGL.so.1: cannot open shared object file: No such file or directory
把requirements.txt 里面的
opencv_python
opencv_contrib_python
换成
opencv_python_headless
参考文献: