-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker network error when running uv run python run_swelancer.py
#43
Comments
Could you try lowering your concurrency below 16, and seeing if that helps? |
@leon-openai i think that would help the
|
Here's the writeup to running at scale, if helpful |
The issue is that nanoeval is initializing all the dockers upfront, during the init. And the concurrency is not used during the init. The relevant code is in the project/alcatraz/alcatraz/clusters/local.py. I've tried to reconfigure/change that (to either reuse networks or to create containers lazily), but the code is heavy on asyncio/ relatively difficult to debug, its not a trivial change. |
uv run python run_swelancer.py
after gives after network related error like:and
Using Macbook M3 Max and Orbstack
The text was updated successfully, but these errors were encountered: