fix(recommendations): Downgraded pydantic to 1.10.12 and mlflow to 2.5
This commit is contained in:
parent
e2c7d63889
commit
4b1d0f5c59
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ find airflow/ -type f -name "*.cfg" -exec sed -i "s/{{pg_port_airflow}}/${pg_por
|
|||
find airflow/ -type f -name "*.cfg" -exec sed -i "s/{{pg_dbname_airflow}}/${pg_dbname_airflow}/g" {} \;
|
||||
find airflow/ -type f -name "*.cfg" -exec sed -i "s#{{airflow_secret_key}}#${airflow_secret_key}#g" {} \;
|
||||
export MLFLOW_TRACKING_URI=postgresql+psycopg2://${pg_user_ml}:${pg_password_ml}@${pg_host_ml}:${pg_port_ml}/${pg_dbname_ml}
|
||||
mlflow db upgrade
|
||||
git init airflow/dags
|
||||
# Airflow setup
|
||||
# airflow db init
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue