Files
hass-addons/localai-p2p-master/Dockerfile
alex 60a325bb74
Some checks failed
Builder / Build addons (localai-p2p-master, amd64) (push) Failing after 8s
Builder / Build addons (localai-p2p-worker, amd64) (push) Failing after 8s
Validate / validate (push) Failing after 2s
Builder / Create release (push) Has been skipped
57
2025-05-30 15:06:39 +02:00

14 lines
251 B
Docker

FROM localai/localai:latest-cpu
ENV LOCALAI_P2P="true"
ENV LOCALAI_FEDERATED="true"
COPY run.sh /build/custom-entrypoint.sh
RUN chmod +x /build/custom-entrypoint.sh
# Remplacer l'entrypoint par défaut
ENTRYPOINT ["/build/custom-entrypoint.sh"]