mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
feat: Expose session_id to sandbox/runtime container (#10863)
This commit is contained in:
parent
319677e629
commit
86c590cdc3
@ -466,6 +466,7 @@ class DockerRuntime(ActionExecutionClient):
|
||||
'VSCODE_PORT': str(self._vscode_port),
|
||||
'APP_PORT_1': str(self._app_ports[0]),
|
||||
'APP_PORT_2': str(self._app_ports[1]),
|
||||
'OPENHANDS_SESSION_ID': str(self.sid),
|
||||
'PIP_BREAK_SYSTEM_PACKAGES': '1',
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user