mirror of
				https://github.com/Toumash/mlflow-docker
				synced 2025-11-04 15:19:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			288 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			288 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
AWS_ACCESS_KEY_ID=admin
 | 
						|
AWS_SECRET_ACCESS_KEY=sample_key
 | 
						|
AWS_REGION=us-east-1
 | 
						|
AWS_BUCKET_NAME=mlflow
 | 
						|
MYSQL_DATABASE=mlflow
 | 
						|
MYSQL_USER=mlflow_user
 | 
						|
MYSQL_PASSWORD=mlflow_password
 | 
						|
MYSQL_ROOT_PASSWORD=toor
 | 
						|
MLFLOW_S3_ENDPOINT_URL=http://localhost:9000
 | 
						|
MLFLOW_TRACKING_URI=http://localhost:5000 |