-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Setting custom image as SANDBOX_BASE_CONTAINER_IMAGE from the Docker command #4220
Comments
I have a similar problem. I used this guide here (https://docs.all-hands.dev/modules/usage/how-to/custom-sandbox-guide) to create an image. Starting OpenHands with this image like this:
leads to this error message:
|
@jriff a change was merged can you try with: @goetz-markgraf, you need to set I'm going to update the documentation and hopefully we can close this. |
@mamoodi, thank you for your input. Unfortunately, it does not work. First, I did not find a tag
When I tried it with the Tag
|
You have to use |
That's very strange. You're running the docker command like in the README? |
I'm running this command:
I have tried both incognito and also cleared my cache to no avail. |
Huh I can reproduce if I give it the same ports as you. But this works: |
Maybe something is hardcoded somewhere now. |
Ok. That makes sense. I have a Rails server running on port 3000 so I need to use another port for OpenHands. |
Mind opening another issue when you have a few minutes for that please? And maybe I can get some eyes on it. |
Will do that now. |
Going to close this specific issue since it seems resolved. Thank you for opening the other issue. amanape seems aware. |
I'm going to reopen this because the changes that were made broke a bunch of stuff related to actually starting OpenHands so it was reverted. |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for over 30 days with no activity. |
I'm trying to run the below docker command but it fails as seen below. I'd like to be able to a specify a custom image just as I would in the config.toml here: https://docs.all-hands.dev/modules/usage/how-to/custom-sandbox-guide
When I do, I get this error on startup:
The text was updated successfully, but these errors were encountered: