From be6e03507b24a9cfd82246b74ef9a01ba20193cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 20 Aug 2026 02:16:14 +0000 Subject: [PATCH] fix: bump onnxruntime-gpu from 1.24.3 to 1.24.4 Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8db101..e1aa793 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ghcr.io/linuxserver/baseimage-ubuntu:noble ARG BUILD_DATE ARG VERSION ARG PIPER_VERSION -ARG ONNXRUNTIME_GPU_VERSION="1.24.3" +ARG ONNXRUNTIME_GPU_VERSION="1.24.4" LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thespad"