mlflow server CLI
Description:
-
mlflow server [OPTIONS]
Options:
- …
-h, --host <HOST>
- The network address to listen on (default: 127.0.0.1).
- Use 0.0.0.0 to bind to all addresses if you want to access the tracking server from other machines.
-p, --port <port>
- The port to listen on (default: 5000).
- …