Path: blob/master/examples/fastspeech2_libritts/scripts/docker/Dockerfile
1564 views
FROM tensorflow/tensorflow:2.2.0-gpu RUN apt-get update RUN apt-get install -y zsh tmux wget git libsndfile1 ADD . /workspace/tts WORKDIR /workspace/tts RUN pip install .