mirror of
				https://github.com/Toumash/mlflow-docker
				synced 2025-11-04 07:09:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			139 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			139 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
export MLFLOW_TRACKING_UI=http://localhost:5000
 | 
						|
mlflow run git@github.com:databricks/mlflow-example.git -P alpha=0.5 --no-conda |