Fix usage of ARG instead of ENV in Dockerfile.train
This commit is contained in:
		
							parent
							
								
									188a6f2c1e
								
							
						
					
					
						commit
						bc31eb4b9e
					
				@ -1,7 +1,7 @@
 | 
			
		||||
# Please refer to the TRAINING documentation, "Basic Dockerfile for training"
 | 
			
		||||
 | 
			
		||||
FROM tensorflow/tensorflow:1.15.2-gpu-py3
 | 
			
		||||
ARG DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
ENV DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
 | 
			
		||||
ENV DEEPSPEECH_REPO=#DEEPSPEECH_REPO#
 | 
			
		||||
ENV DEEPSPEECH_SHA=#DEEPSPEECH_SHA#
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user