Skip to content

Commit

Permalink
ai.server 2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
skrashevich committed Jan 8, 2024
1 parent c2e9144 commit 686a4b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions ai.server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion ai.server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions ai.server/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
build_from:
aarch64: codeproject/ai-server:arm64-2.4.6
amd64: codeproject/ai-server:cpu-2.4.6
aarch64: codeproject/ai-server:arm64-2.4.7
amd64: codeproject/ai-server:cpu-2.4.7
2 changes: 1 addition & 1 deletion ai.server/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 686a4b5

Please sign in to comment.