We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529eab7 commit 24fa1e7Copy full SHA for 24fa1e7
README.md
@@ -60,10 +60,10 @@ pip install mlflow
60
To start the MLflow tracking server locally, use the following command:
61
62
```bash
63
-mlflow ui --port 5000
+mlflow ui --port 5001
64
```
65
66
-This will launch the MLflow UI on your local machine at `http://localhost:5000`.
+This will launch the MLflow UI on your local machine at `http://localhost:5001`.
67
68
### Alternative Docker approach to the MLflow Tracking Server
69
0 commit comments