From 8d44b3d89ba9c6436196060225b92886ca07f52c Mon Sep 17 00:00:00 2001 From: yuteng Date: Wed, 4 Jun 2025 06:51:30 +0800 Subject: [PATCH] update mlflow uri Signed-off-by: yuteng --- examples/mlflow_plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mlflow_plugin/README.md b/examples/mlflow_plugin/README.md index 101bd6fab..a9f5d5420 100644 --- a/examples/mlflow_plugin/README.md +++ b/examples/mlflow_plugin/README.md @@ -39,7 +39,7 @@ plugins: k8s: default-cpus: 100m default-env-vars: - - MLFLOW_TRACKING_URI: postgresql+psycopg2://postgres:@postgres.flyte.svc.cluster.local:5432/flyteadmin + - MLFLOW_TRACKING_URI: http://:5000 ``` :::{figure} https://raw.githubusercontent.com/flyteorg/static-resources/f4b53a550bed70d9d7722d523e0b7568b781fc7d/flytesnacks/integrations/mlflow/server.png