mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
need to run as root to use SWEBench container (#2068)
This commit is contained in:
@@ -86,7 +86,8 @@ class SWEBenchSSHBox(DockerSSHBox):
|
||||
|
||||
# linting python after editing helps LLM fix indentations
|
||||
config.enable_auto_lint = True
|
||||
|
||||
# Need to run as root to use SWEBench container
|
||||
config.run_as_devin = False
|
||||
sandbox = cls(
|
||||
container_image=SWE_BENCH_CONTAINER_IMAGE,
|
||||
swe_instance_id=instance['instance_id'],
|
||||
|
||||
Reference in New Issue
Block a user