mirror of
				https://github.com/bspeice/neuralnets-docker
				synced 2025-11-04 02:10:39 -05:00 
			
		
		
		
	Add librosa for final project
This commit is contained in:
		@ -20,8 +20,8 @@ RUN apt-get update && \
 | 
				
			|||||||
        texlive-latex-extra texlive-fonts-recommended texlive-generic-recommended pandoc
 | 
					        texlive-latex-extra texlive-fonts-recommended texlive-generic-recommended pandoc
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
# And the python-specific tools
 | 
					# And the python-specific tools
 | 
				
			||||||
RUN pip install theano jupyter && \
 | 
					RUN pip install theano jupyter librosa && \
 | 
				
			||||||
    pip3 install theano jupyter && \
 | 
					    pip3 install theano jupyter librosa && \
 | 
				
			||||||
    ipython2 kernel install
 | 
					    ipython2 kernel install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# And the startup script
 | 
					# And the startup script
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user