Paths
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and push Docker image in git push / build (push) Successful in 1h17m13s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and push Docker image in git push / build (push) Successful in 1h17m13s
				
			This commit is contained in:
		@@ -40,10 +40,10 @@ RUN if [ ! -d /usr/local/cuda/ ]; then \
 | 
			
		||||
			faiss-gpu-cu12; \
 | 
			
		||||
	fi;
 | 
			
		||||
 | 
			
		||||
RUN mkdir /ums-agenten/
 | 
			
		||||
RUN mkdir -p /ums-agenten/persist/
 | 
			
		||||
 | 
			
		||||
ENV NLTK_DATA=/ums-agenten/nltk/
 | 
			
		||||
ENV HF_HOME=/ums-agenten/hf_home/
 | 
			
		||||
ENV NLTK_DATA=/ums-agenten/persist/nltk/
 | 
			
		||||
ENV HF_HOME=/ums-agenten/persist/hf_home/
 | 
			
		||||
 | 
			
		||||
COPY ./docker/$PIP_REQ_FILE /ums-agenten/requirements.txt
 | 
			
		||||
RUN pip3 install --break-system-packages --no-cache-dir -r /ums-agenten/requirements.txt \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user