mirror of
				https://github.com/stevenrobertson/cuburn.git
				synced 2025-11-04 02:10:45 -05:00 
			
		
		
		
	+ant
This commit is contained in:
		@ -2,7 +2,7 @@ FROM twobombs/deploy-nvidia-docker
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# add build tools
 | 
					# add build tools
 | 
				
			||||||
RUN apt-get update&&apt-get install -y git software-properties-common python-setuptools python3-setuptools python-migrate && apt-get clean all
 | 
					RUN apt-get update&&apt-get install -y git software-properties-common python-setuptools python3-setuptools python-migrate && apt-get clean all
 | 
				
			||||||
RUN add-apt-repository universe && apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get upgrade && apt-get install -y libboost-all-dev python-pycuda python-pip && apt-get clean all
 | 
					RUN add-apt-repository universe && apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get upgrade && apt-get install -y ant libboost-all-dev python-pycuda python-pip && apt-get clean all
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# add dependancies & viewers
 | 
					# add dependancies & viewers
 | 
				
			||||||
RUN git clone --recursive https://github.com/stevenrobertson/cuburn.git
 | 
					RUN git clone --recursive https://github.com/stevenrobertson/cuburn.git
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user