From 686a4b5dbd9bb76534086d8efae01b1c95e0753f Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Mon, 8 Jan 2024 09:27:58 +0300 Subject: [PATCH] ai.server 2.4.7 --- ai.server/CHANGELOG.md | 4 +--- ai.server/Dockerfile | 2 +- ai.server/build.yaml | 4 ++-- ai.server/config.yaml | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ai.server/CHANGELOG.md b/ai.server/CHANGELOG.md index eaf78bb..8cc2788 100644 --- a/ai.server/CHANGELOG.md +++ b/ai.server/CHANGELOG.md @@ -1,3 +1 @@ -** ATTENTION ** - -You may need to reinstall the face processing and object detection modules through the AI.Server web interface after this upgrade. +You may need to reinstall some modules through the AI.Server web interface after upgrade. diff --git a/ai.server/Dockerfile b/ai.server/Dockerfile index ad21b25..6087088 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.4.6" \ + io.hass.version="2.4.7" \ io.hass.type="addon" \ io.hass.arch="aarch64|amd64" diff --git a/ai.server/build.yaml b/ai.server/build.yaml index 92b6804..fad0d11 100644 --- a/ai.server/build.yaml +++ b/ai.server/build.yaml @@ -1,4 +1,4 @@ --- build_from: - aarch64: codeproject/ai-server:arm64-2.4.6 - amd64: codeproject/ai-server:cpu-2.4.6 \ No newline at end of file + aarch64: codeproject/ai-server:arm64-2.4.7 + amd64: codeproject/ai-server:cpu-2.4.7 \ No newline at end of file diff --git a/ai.server/config.yaml b/ai.server/config.yaml index d547bc5..6847f86 100644 --- a/ai.server/config.yaml +++ b/ai.server/config.yaml @@ -1,5 +1,5 @@ name: CodeProject AI.Server (CPU) -version: 2.4.6 +version: 2.4.7 url: https://hub.docker.com/r/codeproject/ai-server image: ghcr.io/skrashevich/hassio-addon-ai.server-{arch} panel_icon: mdi:face-recognition