You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest notebook image, attempting to import opencv results in an error.
$>docker run -it --rm planet-notebooks python -c "import cv2"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
In the latest notebook image, attempting to import opencv results in an error.
The text was updated successfully, but these errors were encountered: