mod service file structure

This commit is contained in:
2023-03-01 14:55:51 +08:00
parent 3c8580f0f4
commit 0327ebf1f4
192 changed files with 1 additions and 2943 deletions

View File

@ -4,4 +4,4 @@
# author: deng
# date : 20230221
mlflow server --backend-store-uri sqlite:///mlflow.db --default-artifact-root ./artifacts --port 5000
mlflow server --backend-store-uri sqlite:///service/backend.db --registry-store-uri sqlite:///service/registry.db --default-artifact-root ./service/artifacts --host 127.0.0.1 --port 5000 --serve-artifacts