mirror of
				https://github.com/Toumash/mlflow-docker
				synced 2025-11-04 07:09:22 +01:00 
			
		
		
		
	adds second option tu running mlflow run
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -147,3 +147,4 @@ node_modules/
 | 
			
		||||
.localstack/
 | 
			
		||||
dbdata/
 | 
			
		||||
s3/
 | 
			
		||||
outputs/
 | 
			
		||||
@@ -51,6 +51,11 @@ source ~/.bashrc
 | 
			
		||||
MLFLOW_S3_ENDPOINT_URL=http://localhost:9000/mlflow MLFLOW_TRACKING_URI=http://localhost:5000 mlflow run git@github.com:databricks/mlflow-example.git -P alpha=0.5
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Optionally you can run 
 | 
			
		||||
```shell
 | 
			
		||||
MLFLOW_S3_ENDPOINT_URL=http://localhost:9000/mlflow MLFLOW_TRACKING_URI=http://localhost:5000 python ./quickstart/mlflow_tracking.py
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
8. To make the setting permament move the MLFLOW_S3_ENDPOINT_URL and MLFLOW_TRACKING_URI into your .bashrc
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user