From cb3794796f1b87c3641a95d6d1bf4ea4fe84739b Mon Sep 17 00:00:00 2001 From: rafaelvalle Date: Tue, 12 Jun 2018 21:38:03 -0700 Subject: [PATCH] Dockerfile: removing return from Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ffb68b..bd1deb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,2 @@ 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