From c67005f1bea46faa0d90568983068e89d25f8afb Mon Sep 17 00:00:00 2001 From: rafaelvalle Date: Thu, 14 Jun 2018 10:30:01 -0700 Subject: [PATCH] Dockerfile: adding jupyter to dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd1deb7..f211fa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +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 jupyter