Merge branch 'rb/fix-remote' into rb/github-patch

This commit is contained in:
Robert Brennan 2024-11-11 18:30:24 -05:00
commit 9d3c6d87fb

View File

@ -227,6 +227,7 @@ class RemoteRuntime(Runtime):
'command': command,
'working_dir': '/openhands/code/',
'environment': {'DEBUG': 'true'} if self.config.debug else {},
'session_id': self.sid,
}
# Start the sandbox using the /start endpoint