stale-florist-77883
02/21/2024, 6:16 PMambitious-bird-15073
02/22/2024, 1:48 AMCMD mlflow db upgrade postgresql://${USERNAME}:${PASSWORD}@${HOST}:${PORT}/${DATABASE} && \
mlflow server \
--host 0.0.0.0 \
--port 8501 \
--artifacts-destination ${BUCKET} \
--serve-artifacts \
--backend-store-uri postgresql://${USERNAME}:${PASSWORD}@${HOST}:${PORT}/${DATABASE}
Which is just the PostgreSQL URL and the Blob Storage path when building the container.stale-florist-77883
02/22/2024, 8:36 AMstale-florist-77883
02/22/2024, 8:37 AM