templates.general-docker.mlflow.start.sh.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!
#!/bin/bash
# Demonstrative script that provides a baseline capability for configuring and launching mlflow.
# *NOTE*: Developers are expected to modify this script as needed!
#
# GENERATED SCRIPT FILE - please ***DO*** modify.
#
# Generated from: ${templateName}
mlflow ui \
--host 0.0.0.0 \
--port 5000 \
--artifacts-destination ${BUCKET} \
--backend-store-uri postgresql://${PG_USER}:${PG_PASS}@${PG_HOST}:${PG_PORT}/${PG_DB} \
--serve-artifacts
© 2015 - 2025 Weber Informatics LLC | Privacy Policy