From 5510b3ab738cb4c69690d87ad5ac49777e13138d Mon Sep 17 00:00:00 2001 From: Remco Ros Date: Fri, 5 Jun 2026 14:40:19 +0200 Subject: [PATCH] use ROCm image of frigate for AMD GPUs --- startos/manifest/index.ts | 2 +- startos/versions/current.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/startos/manifest/index.ts b/startos/manifest/index.ts index e6ff298..5afe6da 100644 --- a/startos/manifest/index.ts +++ b/startos/manifest/index.ts @@ -12,7 +12,7 @@ const defaultImage = { } const amdImage = { - dockerTag: 'ghcr.io/remcoros/frigate-docker:' + FRIGATE_VERSION + '-amd', + dockerTag: 'ghcr.io/remcoros/frigate-docker:' + FRIGATE_VERSION + '-rocm', } const imageConfigs = { diff --git a/startos/versions/current.ts b/startos/versions/current.ts index 63be779..4fb77f6 100644 --- a/startos/versions/current.ts +++ b/startos/versions/current.ts @@ -1,11 +1,11 @@ -import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk' +import { VersionInfo } from '@start9labs/start-sdk' -export const FRIGATE_VERSION = '1.5.3.1' +export const FRIGATE_VERSION = '1.5.3.2' export const current = VersionInfo.of({ - version: '1.5.3:2', + version: '1.5.3:3', releaseNotes: { - en_US: 'Fix health check', + en_US: 'use a different image for AMD GPUs', }, migrations: { up: async ({ effects }) => {},