Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sandbox runtime container image inconsistency #4750

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Likhithsai2580
Copy link

Fixes #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.

Fixes All-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.
@enyst enyst requested a review from mamoodi November 5, 2024 07:29
@@ -127,3 +127,7 @@ For a list of open source projects and licenses used in OpenHands, please see ou
url={https://arxiv.org/abs/2407.16741},
}
```

## Note
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessary. Can you please remove this?


## Note

It is important to keep the sandbox runtime and backend versions in sync to avoid errors.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessary. Can you please remove this?

@@ -11,7 +11,7 @@ services:
- BACKEND_HOST=${BACKEND_HOST:-"0.0.0.0"}
- SANDBOX_API_HOSTNAME=host.docker.internal
#
- SANDBOX_RUNTIME_CONTAINER_IMAGE=${SANDBOX_RUNTIME_CONTAINER_IMAGE:-ghcr.io/all-hands-ai/runtime:0.9-nikolaik}
- SANDBOX_RUNTIME_CONTAINER_IMAGE=${SANDBOX_RUNTIME_CONTAINER_IMAGE:-ghcr.io/all-hands-ai/runtime:0.12-nikolaik}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for these changes! I don't think this is used so it was forgotten. We will keep them in mind going forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Inconsistent default SANDBOX_RUNTIME_CONTAINER_IMAGE value
2 participants