We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a378ff0 commit 92b38dcCopy full SHA for 92b38dc
openhands/core/config/sandbox_config.py
@@ -36,7 +36,7 @@ class SandboxConfig:
36
37
remote_runtime_api_url: str = 'http://localhost:8000'
38
local_runtime_url: str = 'http://localhost'
39
- keep_runtime_alive: bool = True
+ keep_runtime_alive: bool = False
40
rm_all_containers: bool = False
41
api_key: str | None = None
42
base_container_image: str = 'nikolaik/python-nodejs:python3.12-nodejs22' # default to nikolaik/python-nodejs:python3.12-nodejs22 for eventstream runtime
0 commit comments