Skip to content

Commit

Permalink
fix remote runtimes (#4902)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Nov 12, 2024
1 parent 7df7f43 commit 377fadc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openhands/runtime/impl/remote/remote_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 377fadc

Please sign in to comment.