How to setup MLflow Authentication docker
I want to configure MLflow Authentication to rw per user. My docker file looks like this: https://pastebin.com/yD9ACWzp In the nginx environment I added - MLFLOW_TRACKING_USERNAME=administrator - MLFLOW_TRACKING_PASSWORD=xxxxxxxxxx And I enabled authentication, but now I can't log in Many thanks for…