Skip to content

Commit

Permalink
type(scope): description
Browse files Browse the repository at this point in the history
feat(ai.server): upgrade to version 2.5.1

Bump the AI.Server Docker images and configurations to new version 2.5.1, reflecting updated dependencies and potential features or bug fixes. This change affects the Dockerfile, build.yaml, and config.yaml, ensuring consistency across the build configuration and metadata labeling for Home Assistant add-ons.
  • Loading branch information
skrashevich committed Jan 30, 2024
1 parent 1d116fb commit 033c03b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.7" \
io.hass.version="2.5.1" \
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.7
amd64: codeproject/ai-server:cpu-2.4.7
aarch64: codeproject/ai-server:arm64-2.5.1
amd64: codeproject/ai-server:cpu-2.5.1
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.7
version: 2.5.1
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 033c03b

Please sign in to comment.