feat: add inference for elo on new listings

This commit is contained in:
Stijnvandenbroek
2026-03-08 14:09:05 +00:00
parent fea062fbaa
commit 16a7a470ea
15 changed files with 360 additions and 6 deletions

View File

@@ -32,4 +32,6 @@ exec mlflow server \
--host=0.0.0.0 \
--port=5000 \
--backend-store-uri="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/mlflow" \
--default-artifact-root=/mlflow/artifacts
--default-artifact-root=/mlflow/artifacts \
--allowed-hosts="*" \
--cors-allowed-origins="*"