3.6
This commit is contained in:
@@ -6,6 +6,5 @@ ENV LOCALAI_P2P="true"
|
||||
ENV LOCALAI_FEDERATED="true"
|
||||
|
||||
|
||||
RUN mkdir -p /etc/services.d/localai
|
||||
COPY run.sh /etc/services.d/localai/run
|
||||
RUN chmod +x /etc/services.d/localai/run
|
||||
COPY run.sh /build/entrypoint.sh
|
||||
RUN chmod +x /build/entrypoint.sh
|
||||
|
||||
@@ -6,6 +6,5 @@ ENV LOCALAI_P2P="true"
|
||||
ENV LOCALAI_FEDERATED="true"
|
||||
|
||||
|
||||
RUN mkdir -p /etc/services.d/localai
|
||||
COPY run.sh /etc/services.d/localai/run
|
||||
RUN chmod +x /etc/services.d/localai/run
|
||||
COPY run.sh /build/entrypoint.sh
|
||||
RUN chmod +x /build/entrypoint.sh
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: "LocalAI P2P Worker"
|
||||
version: "1.0.3.5" # Incrémentez aussi la version
|
||||
version: "1.0.3.6" # Incrémentez aussi la version
|
||||
slug: "localai-p2p-worker" # ⬅️ IMPORTANT : doit correspondre au nom du dossier
|
||||
description: "LocalAI P2P federation worker node"
|
||||
arch:
|
||||
|
||||
Reference in New Issue
Block a user