We should use the same Docker Image to run all containers from the DAS stack (query-agent, attention-broker, etc).
We should also try using small images as the current ones have 1.5GB:
trueagi/das attention-broker-poc 7b688ec0489f 8 weeks ago 1.49GB
trueagi/das query-agent-poc 93555903ce68 8 weeks ago 1.5GB
One way to solve this would be having all binaries in the image (versioned) and run a container by calling the target one.
We should use the same Docker Image to run all containers from the DAS stack (query-agent, attention-broker, etc).
We should also try using small images as the current ones have
1.5GB:One way to solve this would be having all binaries in the image (versioned) and run a container by calling the target one.