Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Image missing libs #344

Closed
guillemc23 opened this issue Oct 18, 2024 · 4 comments
Closed

Docker Image missing libs #344

guillemc23 opened this issue Oct 18, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@guillemc23
Copy link

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.

@guillemc23 guillemc23 added the bug Something isn't working label Oct 18, 2024
@giswqs
Copy link
Member

giswqs commented Oct 18, 2024

Can you submit a pull request? Thanks

@guillemc23
Copy link
Author

Could you confirm this is the Dockerfile used to build the mentioned image?
https://github.com/opengeos/segment-geospatial/blob/main/Dockerfile

@giswqs
Copy link
Member

giswqs commented Oct 18, 2024

Yes

@giswqs
Copy link
Member

giswqs commented Oct 29, 2024

Fixed in #356

@giswqs giswqs closed this as completed Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants