Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ai.server 2.5.1 #25

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion double-take-beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BUILD_FROM

FROM skrashevich/double-take:1.13.11.9rc2

ARG S6_OVERLAY_VERSION=3.1.6.0
ARG S6_OVERLAY_VERSION=3.1.6.2
ARG BUILD_ARCH=amd64
RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion double-take/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BUILD_FROM

FROM skrashevich/double-take:1.13.11.8

ARG S6_OVERLAY_VERSION=3.1.6.0
ARG S6_OVERLAY_VERSION=3.1.6.2
ARG BUILD_ARCH=amd64
RUN \
apt-get update \
Expand Down
Loading