mirror of https://github.com/kubeflow/examples.git
				
				
				
			
		
			
				
	
	
		
			9 lines
		
	
	
		
			321 B
		
	
	
	
		
			Docker
		
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			321 B
		
	
	
	
		
			Docker
		
	
	
	
| FROM tensorflow/tensorflow:2.0.0a0-gpu-py3
 | |
| RUN pip install azure-cli
 | |
| RUN az extension add -n azure-cli-ml
 | |
| RUN pip install --upgrade pip
 | |
| COPY profile.sh /scripts/profile.sh
 | |
| COPY inferenceconfig.json /scripts/inferenceconfig.json
 | |
| COPY score.py /scripts/score.py
 | |
| COPY environment.yml /scripts/environment.yml
 | |
| ENTRYPOINT bash |