Files
containers/bitnami/mlflow/docker-compose.yml
Bitnami Bot f265f0f16a [bitnami/mlflow] Release 2.7.1-debian-11-r0 (#51644)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-10-11 16:29:13 +02:00

12 lines
180 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
mlflow:
tty: true
image: docker.io/bitnami/mlflow:2
volumes:
- '.:/app'