templates.general-docker.mlflow.docker.file.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
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