fix remote runtimes

This commit is contained in:
Robert Brennan 2024-11-11 15:44:42 -05:00
parent 975e75531d
commit a38c45cf75

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