You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SANDBOX_RUNTIME_CONTAINER_IMAGE environment variable has inconsistent values across the documentation and compose.yml files (i.e runtime:0.9-nikolaik instead of runtime:0.12-nikolaik). This discrepancy can cause confusing runtime error messages that are difficult to troubleshoot. Additionally, the documentation does not clearly emphasize that the sandbox runtime’s source code version must be synchronized with the backend to prevent errors.
Expected Behavior
When OpenHands releases a new version, the SANDBOX_RUNTIME_CONTAINER_IMAGE value should be updated and consistent across all parts of the repository. The documentation should also explicitly state the importance of keeping the sandbox runtime and backend versions in sync.
OpenHands Installation
Docker command in README
OpenHands Version
0.10, 0.11, 0.12
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered:
FixesAll-Hands-AI#4749
Update `SANDBOX_RUNTIME_CONTAINER_IMAGE` value to be consistent across the repository.
* **compose.yml**
- Update `SANDBOX_RUNTIME_CONTAINER_IMAGE` to `runtime:0.12-nikolaik`.
* **containers/dev/compose.yml**
- Update `SANDBOX_RUNTIME_CONTAINER_IMAGE` to `runtime:0.12-nikolaik`.
* **docs/modules/usage/installation.mdx**
- Add a note emphasizing the importance of synchronizing the sandbox runtime and backend versions.
* **README.md**
- Add a note emphasizing the importance of synchronizing the sandbox runtime and backend versions.
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
Current Behavior
The SANDBOX_RUNTIME_CONTAINER_IMAGE environment variable has inconsistent values across the documentation and compose.yml files (i.e runtime:0.9-nikolaik instead of runtime:0.12-nikolaik). This discrepancy can cause confusing runtime error messages that are difficult to troubleshoot. Additionally, the documentation does not clearly emphasize that the sandbox runtime’s source code version must be synchronized with the backend to prevent errors.
Expected Behavior
When OpenHands releases a new version, the SANDBOX_RUNTIME_CONTAINER_IMAGE value should be updated and consistent across all parts of the repository. The documentation should also explicitly state the importance of keeping the sandbox runtime and backend versions in sync.
OpenHands Installation
Docker command in README
OpenHands Version
0.10, 0.11, 0.12
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: