When I use a mysql url for the backend-store-uri flag, I cannot get the mlflow server to run. If I use a path and the filestore, it works fine.
I'm getting the standard error homepage: "Oops! Something went wrong"
Any suggestions?
FROM continuumio/anaconda3RUN pip install --upgrade pipRUN apt-get -y update && apt-get -y upgradeRUN apt-get install -y python3-dev default-libmysqlclient-devRUN pip install mysql-connector-python pymysql sqlalchemy mlflowVOLUME ["/mlruns"]WORKDIR /CMD ["python", "--version"]
sudo docker run -d \--name mlflow-backtest \-p 5000:5000 \-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \mlflow-server mlflow server \-h 0.0.0.0 -p 5000 \--default-artifact-root s3://... \--backend-store-uri mysql+pymysql://user:pass@host:3306/db
--
You received this message because you are subscribed to the Google Groups "mlflow-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mlflow-users...@googlegroups.com.
To post to this group, send email to mlflow...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mlflow-users/7e3f96d0-e732-4bb6-919c-ce8b5c5e01c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.