CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
151 stars 33 forks source link

Fix poetry lock file #307

Closed benfoley closed 1 year ago

benfoley commented 1 year ago

Turns out that the old version of poetry makes lock files that are incompatible with current version :/

When the lock file of my last commits was used to build the Docker image, all the poetry stuff broke. Removing old local poetry and installing new, and regenerating the lock file, now results in builds that complete. Let's see if they also build from master when this merges :D