Feature/docker container
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.
sometimes it could should this error. It is simple my internet interruption issue. Just do "docker system prune" and then "docker compose up" again.
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)
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