Open rovorman opened 3 days ago
UPD:
Seems like problem with angular budgets (release.sh):
Build at: 2024-10-29T13:05:54.057Z - Hash: 214b9e1872db98be - Time: 9410ms
Warning: bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 526.11 kB with a total of 1.00 MB.
Error: bundle initial exceeded maximum budget. Budget 1.00 MB was not met by 2.11 kB with a total of 1.00 MB.
error Command failed with exit code 1.
Hello,
discovered that after install last version (2.1.0) via
pip install mlflow-oidc-auth
I've got 404 Not found for /oidc/ui pathI've found that index.html is missing in
site-packages/mlflow_oidc_auth/ui
folderLooks like yarn step is not working:
maybe should fix it to ${2:-0.0.0.dev0}?
Thanks in advance!