coqui-ai / STT

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
https://coqui.ai
Mozilla Public License 2.0
2.23k stars 270 forks source link

Bug: Update `Python` inside `Dockerfile.build` #2332

Open wasertech opened 1 year ago

wasertech commented 1 year ago

I know, I know, it's not really made for us to play with it but it's useful to build the binaries sometimes. Unfortunately, we switched to python 3.8 inside Dockerfile.train but Dockerfile.build still uses python 3.6 which is EOL at this point.

https://github.com/coqui-ai/STT/blob/15bef2788a0607c78b41d14fb00f5eb5b9cd55d7/Dockerfile.build#L95-L96

HarikalarKutusu commented 1 year ago

I'm with you, it is a real pain to handle those dependencies. Python 3.6 -> (3.7) -> 3.8 transition should be done everywhere. Build process will be one time and I think it is needed.