This commit is contained in:
許登傑
2023-02-21 14:15:39 +08:00
commit e1c2b82109
53 changed files with 546 additions and 0 deletions

7
start_mlflow_server.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# start_mlflow_server.sh
#
# author: deng
# date : 20230221
mlflow server --backend-store-uri sqlite:///mlflow.db --default-artifact-root ./artifacts