You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thanks for Colima.
I found an issue today where using the SciKit Learn (v0.18.2) Linear Regression fit causes high CPU utilization (around 100%-200%) on the container and doesn't complete. So far we've reproduced the issue on 3 developer's systems running Colima 0.2.2 (MacBook Pros Intel CPU) and verified the function returns quickly (<3ms) when running the container with Docker Desktop.
I also reproduced the issue on
Hello and thanks for Colima.
I found an issue today where using the SciKit Learn (v0.18.2) Linear Regression fit causes high CPU utilization (around 100%-200%) on the container and doesn't complete. So far we've reproduced the issue on 3 developer's systems running Colima 0.2.2 (MacBook Pros Intel CPU) and verified the function returns quickly (<3ms) when running the container with Docker Desktop.
I also reproduced the issue on
Here's the python we are running to repro the issue:
The text was updated successfully, but these errors were encountered: