init
This commit is contained in:
7
start_mlflow_server.sh
Normal file
7
start_mlflow_server.sh
Normal 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
|
||||
Reference in New Issue
Block a user