Merge pull request #26 from mathematicalmichael/patch-2
closes #25 by adding libcudnn7-dev Thank you all!
This commit is contained in:
		@@ -15,6 +15,9 @@ RUN pip install --upgrade pip && \
 | 
				
			|||||||
RUN conda install --quiet --yes \
 | 
					RUN conda install --quiet --yes \
 | 
				
			||||||
    pyyaml mkl mkl-include setuptools cmake cffi typing
 | 
					    pyyaml mkl mkl-include setuptools cmake cffi typing
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Deep-NN libs
 | 
				
			||||||
 | 
					RUN apt-get update && apt-get install -y libcudnn7-dev && rm -rf /var/lib/apt/lists/* 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Check compatibility here: https://pytorch.org/get-started/locally/
 | 
					# Check compatibility here: https://pytorch.org/get-started/locally/
 | 
				
			||||||
RUN conda install --quiet --yes \
 | 
					RUN conda install --quiet --yes \
 | 
				
			||||||
     pytorch \ 
 | 
					     pytorch \ 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user