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 build failure #12

Open
robmarkcole opened this issue May 1, 2024 · 1 comment
Open

Docker build failure #12

robmarkcole opened this issue May 1, 2024 · 1 comment

Comments

@robmarkcole
Copy link

docker build . -f Dockerfile -t vessel-detection-sentinels:$IMAGE_TAG

 => ERROR [ 4/11] RUN pip install --no-cache-dir -r /home/vessel_detection/requirements.txt  

38.37 Collecting networkx>=2.2
38.38   Downloading https://download.pytorch.org/whl/networkx-3.2.1-py3-none-any.whl (1.6 MB)
39.14 ERROR: Package 'networkx' requires a different Python: 3.8.10 not in '>=3.9'
@pbeukema
Copy link
Collaborator

pbeukema commented May 11, 2024

Thank you for filing this issue along with #10 and #9.

Opening all of those was timely as we need to upgrade/re-release upgraded cv models for S1 and S2 for use in the Skylight platform. As you probably noted, the human annotations that we open released here is intended to be joined with the raw imagery (currently available for free from ESA), and Copernicus has since migrated to a newer/more modern architecture as well. In addition we need to upgrade to a more recent version of Python (3.10), and significantly streamline the setup/quick start (which will also make it more closely match another remote sensing repo that we have open sourced but uses more modern libraries and Python 3.10). In sum, this repo is due for an upgrade which is on our roadmap (within the next couple months). Please be a little patient with us and we will respond to all of the current issues in one go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants