[Evaluation] Fix sandbox config in TAC (#7684)

This commit is contained in:
Boxuan Li 2025-04-03 01:19:10 -07:00 committed by GitHub
parent 34bf6a6402
commit d7c49a0656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,9 @@ def get_config(
) -> AppConfig:
sandbox_config = get_default_sandbox_config_for_eval()
sandbox_config.base_container_image = base_container_image
sandbox_config.enable_auto_lint = True
# If the web services are running on the host machine, this must be set to True
sandbox_config.use_host_network = True
config = AppConfig(
run_as_openhands=False,
max_budget_per_task=4,