I have a flask-app that contains some OpenCV methods, I tested it locally and it's working fine, then I deployed this app to Azure using a web app and it successfully deployed, but when I hit the given URL then this error is showing on the browser:
:( Application Error If you are the application administrator, you can access the diagnostic resources.
and when I check the log file then this error is being shown:
from cv2 import * ImportError: libGL.so.1: cannot open shared object file: No such file or directory