s
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
ARG BUILD_FROM
|
FROM ghcr.io/hassio-addons/base:15.0.7
|
||||||
FROM $BUILD_FROM
|
|
||||||
|
|
||||||
# Installer LocalAI
|
# Installer LocalAI
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ description: "LocalAI with P2P federation support (master node with GPU)"
|
|||||||
url: "https://git.carriere.cloud/alex/hass-addons/tree/main/localai-p2p-master"
|
url: "https://git.carriere.cloud/alex/hass-addons/tree/main/localai-p2p-master"
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
build_from:
|
|
||||||
amd64: "ghcr.io/hassio-addons/base/amd64:15.0.7"
|
|
||||||
host_network: true
|
host_network: true
|
||||||
startup: application
|
startup: application
|
||||||
ingress: true
|
ingress: true
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
ARG BUILD_FROM
|
FROM ghcr.io/hassio-addons/base:15.0.7
|
||||||
FROM $BUILD_FROM
|
|
||||||
|
|
||||||
# Installer LocalAI
|
# Installer LocalAI
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
name: "LocalAI P2P Worker"
|
name: "LocalAI P2P Worker"
|
||||||
version: "1.0.4.1"
|
version: "1.0.4.2"
|
||||||
slug: "localai-p2p-worker"
|
slug: "localai-p2p-worker"
|
||||||
description: "LocalAI P2P federation worker node"
|
description: "LocalAI P2P federation worker node"
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
build_from:
|
|
||||||
amd64: "ghcr.io/hassio-addons/base/amd64:15.0.7"
|
|
||||||
host_network: true # OBLIGATOIRE pour P2P
|
host_network: true # OBLIGATOIRE pour P2P
|
||||||
startup: application
|
startup: application
|
||||||
ingress: true
|
ingress: true
|
||||||
|
|||||||
Reference in New Issue
Block a user