1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-08 01:32:35 +00:00

Dockerfile: removing return from Dockerfile

This commit is contained in:
rafaelvalle
2018-06-12 21:38:03 -07:00
parent a8de973923
commit cb3794796f

View File

@@ -1,4 +1,2 @@
FROM pytorch/pytorch:0.4_cuda9_cudnn7 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
RUN pip install numpy scipy matplotlib librosa==0.6.0 tensorflow tensorboardX
inflect==0.2.5 Unidecode==1.0.22