Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.28k stars 905 forks source link

Fix docker dependencies #467

Open hyld3 opened 4 years ago

hyld3 commented 4 years ago

libav-tools was a transitional package in ubuntu 18 and is now just reverted to ffmpeg. In addition tensorflow recommends pip 20 or greater, so the dockerfile upgrades pip as well.