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
Faced the same issue before. One thing you might want to try is change max_workers to 1 in your provided command and run it multiple times. It eventually took 2-3 times for me to build the environment image. I suspect this is related to max_workers but I cannot figure out why this happens.
Describe the bug
I followed the setup and ran:
It starts building 40 docker images, but get stuck on the last one. I waited several hours and tried it on many different machines.
I checked
logs/build_images/base/sweb.base.x86_64__latest/build_image.log
but could not find anything that seemed wrong.Steps/Code to Reproduce
Expected Results
All images build
Actual Results
Last image just loads for ever
System Information
Tried on a fedora linux (32gb RAM), a m1 MacBook pro, and a debian VM (64gb ram)
The text was updated successfully, but these errors were encountered: