How do you start mlflow with mlflow-oidc-auth ? #39
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
kharkevich
Oct 17, 2024
Replies: 1 comment
-
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: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kharkevich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To run tracking server you can use the following command:
Additional example you can find here:
Or in mlflow documentation: