From a4a43fde473718767d89e693b4f2583448be55af Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Fri, 22 Dec 2023 19:54:05 +0300 Subject: [PATCH] ai.server 2.4.6 --- ai.server/CHANGELOG.md | 3 +++ ai.server/Dockerfile | 2 +- ai.server/build.yaml | 4 ++-- ai.server/config.yaml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ai.server/CHANGELOG.md b/ai.server/CHANGELOG.md index e69de29..eaf78bb 100644 --- a/ai.server/CHANGELOG.md +++ b/ai.server/CHANGELOG.md @@ -0,0 +1,3 @@ +** ATTENTION ** + +You may need to reinstall the face processing and object detection modules through the AI.Server web interface after this upgrade. diff --git a/ai.server/Dockerfile b/ai.server/Dockerfile index 925c436..ad21b25 100644 --- a/ai.server/Dockerfile +++ b/ai.server/Dockerfile @@ -41,7 +41,7 @@ ADD --link rootfs / ENV CONFIG_PATH=/data/options.json LABEL \ - io.hass.version="2.3.4" \ + io.hass.version="2.4.6" \ io.hass.type="addon" \ io.hass.arch="aarch64|amd64" diff --git a/ai.server/build.yaml b/ai.server/build.yaml index ce47c6c..92b6804 100644 --- a/ai.server/build.yaml +++ b/ai.server/build.yaml @@ -1,4 +1,4 @@ --- build_from: - aarch64: codeproject/ai-server:arm64-2.3.4 - amd64: codeproject/ai-server:cpu-2.3.2 \ No newline at end of file + aarch64: codeproject/ai-server:arm64-2.4.6 + amd64: codeproject/ai-server:cpu-2.4.6 \ No newline at end of file diff --git a/ai.server/config.yaml b/ai.server/config.yaml index bbbc0be..d547bc5 100644 --- a/ai.server/config.yaml +++ b/ai.server/config.yaml @@ -1,5 +1,5 @@ name: CodeProject AI.Server (CPU) -version: 2.3.4.1 +version: 2.4.6 url: https://hub.docker.com/r/codeproject/ai-server image: ghcr.io/skrashevich/hassio-addon-ai.server-{arch} panel_icon: mdi:face-recognition