mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
Support docker_runtime_kwargs dict (#7025)
This commit is contained in:
committed by
GitHub
parent
2eec4cea6f
commit
de4cf07d4d
@@ -72,7 +72,7 @@ class SandboxConfig(BaseModel):
|
||||
close_delay: int = Field(default=15)
|
||||
remote_runtime_resource_factor: int = Field(default=1)
|
||||
enable_gpu: bool = Field(default=False)
|
||||
docker_runtime_kwargs: str | None = Field(default=None)
|
||||
docker_runtime_kwargs: dict | None = Field(default=None)
|
||||
selected_repo: str | None = Field(default=None)
|
||||
|
||||
model_config = {'extra': 'forbid'}
|
||||
|
||||
Reference in New Issue
Block a user