Skip to content

Commit

Permalink
ai.server 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skrashevich committed Nov 7, 2023
1 parent 55716a8 commit c6a5859
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.3.2" \
io.hass.version="2.3.4" \
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.2
amd64: codeproject/ai-server:cpu-2.3.2
aarch64: codeproject/ai-server:arm64-2.3.4
amd64: codeproject/ai-server:cpu-2.3.4
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.2
version: 2.3.4
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 c6a5859

Please sign in to comment.