Skip to content

Commit

Permalink
ai.server 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skrashevich committed Dec 22, 2023
1 parent 6ee3788 commit a4a43fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ai.server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.3.4" \
io.hass.version="2.4.6" \
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.3.4
amd64: codeproject/ai-server:cpu-2.3.2
aarch64: codeproject/ai-server:arm64-2.4.6
amd64: codeproject/ai-server:cpu-2.4.6
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.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
Expand Down

0 comments on commit a4a43fd

Please sign in to comment.