vibbic / biosegment

BioSegment is a software stack to enable segmentation of microscopy data using machine learning models.
https://vibbic.github.io/biosegment/
GNU General Public License v3.0
3 stars 2 forks source link

get-poetry.py is deprecated and breaks docker-compose #75

Open patrickstock opened 1 year ago

patrickstock commented 1 year ago

Per poetry/issues/6377, get-poetry.py is deprecated and needs additional arguments to force install. Switching get-poetry.py to install-poetry.py in backend.dockerfile and celeryworker.dockerfile resolved this.