agent-zero icon indicating copy to clipboard operation
agent-zero copied to clipboard

Setup docker-compose strategy

Open Hug0 opened this issue 1 year ago • 1 comments

I prefer to organize my project using a docker-compose file. Instead of pulling the frdel image from the Docker registry, this setup builds the image locally when needed.

This approach makes it easier to manage mounted volumes, network ports, and hardware resources (such as GPUs). Additionally, I’ve added a requirements.txt file, which can be extended with commonly used user packages for more flexibility.

Hug0 avatar Sep 04 '24 09:09 Hug0

This is a nice idea, that could ultimately make life easier for everyone. It didn't work 'out of the box' for me. I know @frdel is cautious about adding extra complexity/friction to the set-up process.

InfantLab avatar Oct 09 '24 15:10 InfantLab