Describe the bug
I pulled the latest image and got an error about not being able to import pytorch for container image coqui-tts-cpu
I'm guessing it would be since v0.27.4, I've just pinned to v0.27.3 and it works as expected.
I guess with pytorch being dropped then it needs to be manually added in the Docker file. Otherwise I need to build my own docker file building on the coqui-tts-cpu image just to add pytorch, maybe that's the intended way after this change but it will need better documentation.
To Reproduce
pull and run container coqui-tts-cpu
Expected behavior
It runs
Logs
Sorry I lost the container logs before I could copy them
Environment
docker image coqui-tts-cpu
Additional context
No response