auto-code-rover icon indicating copy to clipboard operation
auto-code-rover copied to clipboard

Docker compose file needed

Open Greatz08 opened this issue 2 years ago • 3 comments

For easy and better selfhosting docker compose is needed for this awesome project ;-))

Greatz08 avatar Apr 10 '24 15:04 Greatz08

+1000

arsaboo avatar Apr 11 '24 15:04 arsaboo

By using docker compose do you mean so that the tasks are run in their own containers? I agree but it seems to me that is a SWE-bench issue because that is where the environments are created and managed. Right now it is all Python based (using Conda) but generalizing to Docker containers will make this more useful.

I've just made a PR for an improved Dockerfile for this project so it will run on other architectures (i.e. arm64, ppc): https://github.com/nus-apr/auto-code-rover/pull/22

jimwhite avatar Apr 15 '24 02:04 jimwhite

@jimwhite yeah that's what i mean . Docker compose file simplifies things for everyone in deployment so just thought if it will be possible then it will be great

Greatz08 avatar May 16 '24 14:05 Greatz08