b
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 1s
Builder / Create release (push) Has been skipped

This commit is contained in:
2025-05-30 14:59:37 +02:00
parent 85b6876fdd
commit 81515974a4
2 changed files with 6 additions and 8 deletions

View File

@@ -6,7 +6,6 @@ ENV LOCALAI_P2P="true"
ENV LOCALAI_FEDERATED="true"
COPY run.sh /run.sh
RUN chmod +x /run.sh
CMD [ "/run.sh" ]
RUN mkdir -p /etc/services.d/localai
COPY run.sh /etc/services.d/localai/run
RUN chmod +x /etc/services.d/localai/run

View File

@@ -6,7 +6,6 @@ ENV LOCALAI_P2P="true"
ENV LOCALAI_FEDERATED="true"
COPY run.sh /run.sh
RUN chmod +x /run.sh
CMD [ "/run.sh" ]
RUN mkdir -p /etc/services.d/localai
COPY run.sh /etc/services.d/localai/run
RUN chmod +x /etc/services.d/localai/run