mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
fully working cli and GUI
This commit is contained in:
@@ -41,7 +41,7 @@ services:
|
||||
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
|
||||
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
|
||||
- AWS_DEFAULT_REGION=${AWS_REGION}
|
||||
- MLFLOW_S3_ENDPOINT_URL=http://localhost:9000
|
||||
- MLFLOW_S3_ENDPOINT_URL=http://s3:9000
|
||||
networks:
|
||||
- A
|
||||
entrypoint: mlflow server --backend-store-uri mysql+pymysql://${MYSQL_USER}:${MYSQL_PASSWORD}@db:3306/${MYSQL_DATABASE} --default-artifact-root s3://${AWS_BUCKET_NAME}/ -h 0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user