OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

Feature/docker container

Open pranjallk1995 opened this issue 1 year ago • 1 comments

A universal setup using docker containers. STEP 1: git clone, STEP2: cd OpenDevin, STEP 3: docker compose up. This is an option to making sure all installations are done before the "make build" command.

getting this error of frontend not able to connect to backend. bu seems some node issue. image

sometimes it could should this error. It is simple my internet interruption issue. Just do "docker system prune" and then "docker compose up" again. image

pranjallk1995 avatar Apr 09 '24 09:04 pranjallk1995

Tried this out. This is the error I'm currently hitting:

 ✔ Volume "opendevin_opendevin-volume"  Created                                                                     0.0s
 ✔ Container opendevin-build            Created                                                                     4.0s
 ✔ Container opendevin-frontend         Created                                                                     0.1s
 ✔ Container opendevin-backend          Created                                                                     0.1s
Attaching to opendevin-backend, opendevin-build, opendevin-frontend
opendevin-build     | make: *** No rule to make target 'build'.  Stop.
opendevin-build exited with code 0
opendevin-build exited with code 2
opendevin-build     | make: *** No rule to make target 'build'.  Stop.
opendevin-build     | make: *** No rule to make target 'build'.  Stop.
dependency failed to start: container opendevin-build is unhealthy
Gracefully stopping... (press Ctrl+C again to force)

rbren avatar Apr 10 '24 22:04 rbren

I'm going to close this one since we have a first pass at docker in now. But this was really helpful--thanks for putting it out there!

And if you have feedback on the current solution, just let me know

rbren avatar Apr 15 '24 21:04 rbren