oegedijk / explainerdashboard

Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.
http://explainerdashboard.readthedocs.io
MIT License
2.32k stars 332 forks source link

Dashboard loading stuck in docker #272

Closed AlexanderZender closed 4 months ago

AlexanderZender commented 1 year ago

I'm using explainer dashboard to visualize models made by different AutoML solutions. When I run my application locally, everything works as intended. But when it runs in a docker environment, the explainer dashboard is stuck when loading a previously generated page at the step generation layout...: image

This does not happen with all AutoML models, and when I restart the docker container manually, the dashboard finally boots properly. I'm currently not sure where to look for this, maybe you have some ideas?