Skip to content

Commit d6a43f8

Browse files
committed
add mlflow command
1 parent 992f463 commit d6a43f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,10 @@ n8n: ## run n8n
221221
docker compose \
222222
--env-file n8n.env \
223223
--file n8n.docker-compose.yml up
224+
225+
.PHONY: mlflow
226+
mlflow: ## run MLflow
227+
uv run mlflow server \
228+
--backend-store-uri sqlite:///mlflow.db \
229+
--host 0.0.0.0 \
230+
--port 5001

0 commit comments

Comments
 (0)