Add librosa for final project

master
Bradlee Speice 2016-12-03 10:33:21 -05:00
parent 4c215780b6
commit dc31b084f8
1 changed files with 2 additions and 2 deletions

View File

@ -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 && \
pip3 install theano jupyter && \
RUN pip install theano jupyter librosa && \
pip3 install theano jupyter librosa && \
ipython2 kernel install
# And the startup script