mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix: configurable sand box user id (#1459)
This commit is contained in:
parent
fe43aeb9b6
commit
eb1c3d8790
@ -54,7 +54,8 @@ DEFAULT_CONFIG: dict = {
|
||||
ConfigType.DISABLE_COLOR: 'false',
|
||||
ConfigType.SANDBOX_USER_ID: os.getuid() if hasattr(os, 'getuid') else None,
|
||||
ConfigType.SANDBOX_TIMEOUT: 120,
|
||||
ConfigType.GITHUB_TOKEN: None
|
||||
ConfigType.GITHUB_TOKEN: None,
|
||||
ConfigType.SANDBOX_USER_ID: None
|
||||
}
|
||||
|
||||
config_str = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user