All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.general-docker.mlflow.docker.file.vm Maven / Gradle / Ivy

The newest version!
# Script for creating policy decision point service image
#
# GENERATED DOCKERFILE - please ***DO*** modify.
#
# Generated from: ${templateName}

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

RUN mkdir -p /mlflow/startup
COPY ./src/main/resources/start.sh /mlflow/startup/
RUN chmod +x /mlflow/startup/start.sh

CMD ["/mlflow/startup/start.sh"]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy