mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-03 20:19:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			136 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			136 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM python:3.8.13-slim-buster
 | 
						|
 | 
						|
RUN python -m pip install --upgrade pip
 | 
						|
 | 
						|
RUN pip install cryptography mlflow boto3 pymysql
 | 
						|
 | 
						|
EXPOSE 5000
 |