mirror of https://github.com/malarinv/tacotron2
Dockerfile: adding dockerfile
parent
be5fdd6d20
commit
723e869d4b
|
|
@ -0,0 +1,3 @@
|
|||
FROM pytorch/pytorch:0.4_cuda9_cudnn7
|
||||
|
||||
RUN pip install numpy scipy matplotlib librosa==0.6.0 tensorflow tensorboardX inflect==0.2.5 Unidecode==1.0.22
|
||||
Loading…
Reference in New Issue