-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi!
Currently, I am trying to run SWEBenchPro in a Docker environment using SWEAgent. However, some official images are not fully compatible with SWEAgent, which makes setup and test execution challenging. I attempted to manually fix the issues within the container. Initially, I encountered problems with pip downloads, which were resolved after specifying a download source. However, when running pipx run swe-rex, another issue appeared: "'swe-rex' executable script not found in package 'swe-rex'."
I believe that providing an official Docker image adapted for SWEAgent configuration (similar to the image you provide for SWEBench) would be very helpful. This would simplify the deployment process and improve reproducibility for users who wish to run SWEBenchPro in a containerized environment.
Thank you for considering this request!