From db24751034a5cf111842e163f5438f68130cea39 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 3 Dec 2016 17:57:48 -0500 Subject: [PATCH] Add MIR Eval for final --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac3201c..9434d19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,8 @@ RUN apt-get update && \ texlive-latex-extra texlive-fonts-recommended texlive-generic-recommended pandoc # And the python-specific tools -RUN pip install theano jupyter librosa && \ - pip3 install theano jupyter librosa && \ +RUN pip install theano jupyter librosa mir_eval && \ + pip3 install theano jupyter librosa mir_eval && \ ipython2 kernel install # And the startup script