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

This commit is contained in:
2025-05-30 11:29:44 +02:00
parent 84b8c39191
commit 5bb7cd4dbe
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ ports:
8080/tcp: 8080 8080/tcp: 8080
ports_description: ports_description:
8080/tcp: "LocalAI API port" 8080/tcp: "LocalAI API port"
image: "localai/localai:latest" image: "ghcr.io/mudler/localai:latest"
environment: environment:
LOCALAI_P2P: "true" LOCALAI_P2P: "true"
LOCALAI_FEDERATED: "true" LOCALAI_FEDERATED: "true"

View File

@@ -2,7 +2,7 @@ name: "LocalAI P2P Worker"
version: "1.0.2" # Incrémentez aussi la version version: "1.0.2" # Incrémentez aussi la version
slug: "localai-p2p-worker" # ⬅️ IMPORTANT : doit correspondre au nom du dossier slug: "localai-p2p-worker" # ⬅️ IMPORTANT : doit correspondre au nom du dossier
description: "LocalAI P2P federation worker node" description: "LocalAI P2P federation worker node"
image: localai/localai:latest image: "ghcr.io/mudler/localai:latest"
arch: arch:
- amd64 - amd64
host_network: true # OBLIGATOIRE pour P2P host_network: true # OBLIGATOIRE pour P2P
@@ -12,8 +12,8 @@ ports:
environment: environment:
LOCALAI_P2P: "true" LOCALAI_P2P: "true"
LOCALAI_FEDERATED: "true" LOCALAI_FEDERATED: "true"
THREADS: 8 # Utiliser tous les cœurs du 5800U THREADS: "8" # Utiliser tous les cœurs du 5800U
OMP_NUM_THREADS: 8 OMP_NUM_THREADS: "8"
map: map:
- type: share - type: share
read_only: false read_only: false