From 377fadc2ebe3e08e7200dcf6e39f292342b3b2d0 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Mon, 11 Nov 2024 19:02:34 -0500 Subject: [PATCH] fix remote runtimes (#4902) --- openhands/runtime/impl/remote/remote_runtime.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openhands/runtime/impl/remote/remote_runtime.py b/openhands/runtime/impl/remote/remote_runtime.py index 16692709f593..6552da7c22d5 100644 --- a/openhands/runtime/impl/remote/remote_runtime.py +++ b/openhands/runtime/impl/remote/remote_runtime.py @@ -227,6 +227,7 @@ def _start_runtime(self): '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