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
I am trying to use the docker image giswqs/segment-geospatial:latest as a devcontainer to test SAMGEO. I have encountered some problems when importing dependencies such as OpenCV which I believe are related to the base image used missing some needed libraries.
I think it should be as simple as running the following command:
apt-get update && apt-get install libgl1
I am unable to start the container and run it myself since I need sudo access, which is not granted by default.
The text was updated successfully, but these errors were encountered:
I am trying to use the docker image
giswqs/segment-geospatial:latest
as a devcontainer to test SAMGEO. I have encountered some problems when importing dependencies such as OpenCV which I believe are related to the base image used missing some needed libraries.I think it should be as simple as running the following command:
apt-get update && apt-get install libgl1
I am unable to start the container and run it myself since I need sudo access, which is not granted by default.
The text was updated successfully, but these errors were encountered: