Open ajkessel opened 2 months ago
I finally got this working with Windows docker, but needed to run
pip install transformers -U
within my conda instance for a successful run of tts_demo.py. Any reason pip install transformers isn't included in the Dockerfile script?
tts_demo.py
pip install transformers
Dockerfile
I finally got this working with Windows docker, but needed to run
within my conda instance for a successful run of
tts_demo.py
. Any reasonpip install transformers
isn't included in theDockerfile
script?