s
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
FROM ghcr.io/hassio-addons/base:15.0.7
|
||||
|
||||
# Installer LocalAI
|
||||
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"
|
||||
arch:
|
||||
- amd64
|
||||
build_from:
|
||||
amd64: "ghcr.io/hassio-addons/base/amd64:15.0.7"
|
||||
host_network: true
|
||||
startup: application
|
||||
ingress: true
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
FROM ghcr.io/hassio-addons/base:15.0.7
|
||||
|
||||
# Installer LocalAI
|
||||
RUN apk add --no-cache \
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
name: "LocalAI P2P Worker"
|
||||
version: "1.0.4.1"
|
||||
version: "1.0.4.2"
|
||||
slug: "localai-p2p-worker"
|
||||
description: "LocalAI P2P federation worker node"
|
||||
arch:
|
||||
- amd64
|
||||
build_from:
|
||||
amd64: "ghcr.io/hassio-addons/base/amd64:15.0.7"
|
||||
host_network: true # OBLIGATOIRE pour P2P
|
||||
startup: application
|
||||
ingress: true
|
||||
|
||||
Reference in New Issue
Block a user