OSOceanAcoustics / echodataflow

Orchestrated sonar data processing workflow
https://echodataflow.readthedocs.io/en/latest/
MIT License
4 stars 1 forks source link

Dcoker Image with PIP #47

Closed Sohambutala closed 6 months ago

Sohambutala commented 8 months ago

Implemented a Docker container with Echoflow installed via pip install echoflow, using Test PyPI. This setup requires fetching setuptools from Test PyPI.

Failed Resolutions :

  1. Adding PyPI as an extra index:
    • Placed before Test PyPI, it installs an incorrect Echoflow version.
    • Placed after Test PyPI, it fails to find setuptools.
  2. Using --no-deps doesn't prevent the installation of setuptools as required by Echoflow's pyproject.toml.

@leewujung @valentina-s

Sohambutala commented 6 months ago

Tracking in #67, since we have renamed the package.