Fix images
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user