FROM bitnami/mlflow:2.12.1-debian-12-r0

# Install additional dependencies
RUN python3 -m pip install --no-cache-dir azure-identity azure-storage-blob
