├── Dockerfile ├── README.md ├── docker-compose.yml └── requirements.txt /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubulmet/mlflow-postgres-minio/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubulmet/mlflow-postgres-minio/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubulmet/mlflow-postgres-minio/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | mlflow 2 | psycopg2-binary 3 | boto3 4 | --------------------------------------------------------------------------------