Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Add mlflow db upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
DougTrajano committed Nov 27, 2022
1 parent 8fce928 commit b7224e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/mlflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ if [[ -z "${MLFLOW_BACKEND_URI}" ]]; then
unset MLFLOW_DB_PORT
fi

echo "Upgrading database..."
mlflow db upgrade ${MLFLOW_BACKEND_URI}

echo "Starting mlflow server"

exec mlflow server --host 0.0.0.0 --port 5001 \
Expand Down

0 comments on commit b7224e7

Please sign in to comment.