-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
base: main
Are you sure you want to change the base?
Fix sandbox runtime container image inconsistency #4750
Conversation
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.
@@ -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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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} |
There was a problem hiding this comment.
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.
Fixes #4749
Update
SANDBOX_RUNTIME_CONTAINER_IMAGE
value to be consistent across the repository.compose.yml
SANDBOX_RUNTIME_CONTAINER_IMAGE
toruntime:0.12-nikolaik
.containers/dev/compose.yml
SANDBOX_RUNTIME_CONTAINER_IMAGE
toruntime:0.12-nikolaik
.docs/modules/usage/installation.mdx
README.md