Hi community, I am new to flyte and use sandbox to...
# flyte-support
m
Hi community, I am new to flyte and use sandbox to explore things, now I want to log some metrics to mlflow (it is on http://localhost:8080). What I should I config to make them connected? Thanks ahead!
👋 1
a
Hello @mysterious-painter-66441 the example in the docs assumes a DB-backed store, and a running postgres service https://docs.flyte.org/en/latest/flytesnacks/examples/mlflow_plugin/index.html#mlflow The example there is for an installation with the
flyte-core
Helm chart but the sandbox also has a base configmap where you could set the envvar
m
Thanks @average-finland-92144! I will try it.