NVIDIA / tacotron2

Tacotron 2 - PyTorch implementation with faster-than-realtime inference
BSD 3-Clause "New" or "Revised" License
5.12k stars 1.39k forks source link

Updating requirements.txt and Dockerfile file #567

Open msalhab96 opened 2 years ago

msalhab96 commented 2 years ago

If you try to build the Dockerfile provided the build breaks as there are many packages are listed without a specific version, also apex should be built from source,

This pull request solves these issues by updating the requirements.txt file by adding any missed dependencies or versions and also revamping the Dockerfile.