agent-zero
agent-zero copied to clipboard
Setup docker-compose strategy
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.
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.