aa8b168
1
2
3
4
5
import mlflow import os if __name__ == "__main__": os.system("mlflow server --host 0.0.0.0 --port 5000")