-
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
[Bug]: Error when building dev container: ERROR: failed to solve: process "/bin/sh -c /dev/pipes/EOF" did not complete successfully: exit code: 2 #6461
Comments
I believe it fails because my docker version doesn't support HEREDOC syntaxis. System is:
|
No. To solve HEREDOC support, just define |
Hi! I've bumped into it too on Mac. Did you resolve it or found a work around? |
Yes. Solved. See above. |
For me the solutions seems to be simply adding |
Are you sure this solves the same issue ( |
@kripper I think the error you reference further says, that it was executed, but did not complete successfully (full error:
So making the bind
Hopefully it helps someone. |
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
Reproduce
I tried to build de dev container with:
make docker-dev
Result
OpenHands Installation
Development workflow
OpenHands Version
main
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: