d
Some checks failed
Builder / Build addons (localai-p2p-master, amd64) (push) Failing after 9s
Builder / Build addons (localai-p2p-worker, amd64) (push) Failing after 8s
Validate / validate (push) Failing after 2s
Builder / Create release (push) Has been skipped

This commit is contained in:
2025-05-30 15:32:23 +02:00
parent 6f16a40ddc
commit cbf28e0b54
3 changed files with 15 additions and 1 deletions

View File

@@ -20,3 +20,10 @@ ENV LOCALAI_CORS_ALLOW_ORIGINS="*"
RUN mkdir -p /etc/services.d/localai
COPY run.sh /etc/services.d/localai/run
RUN chmod +x /etc/services.d/localai/run
# Créer un entrypoint qui utilise exec /init
RUN echo '#!/bin/bash' > /entrypoint.sh && \
echo 'exec /init' >> /entrypoint.sh && \
chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

View File

@@ -1,5 +1,5 @@
name: "LocalAI P2P Worker"
version: "1.0.4.2"
version: "1.0.4.3"
slug: "localai-p2p-worker"
description: "LocalAI P2P federation worker node"
arch: