FROM localai/localai:latest-cpu ENV LOCALAI_P2P="true" ENV LOCALAI_FEDERATED="true" COPY run.sh /run.sh RUN chmod +x /run.sh CMD [ "/run.sh" ]