Skip to content

How do you start mlflow with mlflow-oidc-auth ? #39

Closed Answered by kharkevich
lguichard78 asked this question in Q&A
Discussion options

You must be logged in to vote

To run tracking server you can use the following command:

mlflow server --app-name oidc-auth --host=0.0.0.0 --port=8080 --backend-store-uri=sqlite:///:memory --default-artifact-root=./mlruns --serve-artifacts

Additional example you can find here:

Or in mlflow documentation:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kharkevich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants