From 4fbc2c167ef384f19c5bc82f14ae2b9e559b5785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:33:25 +0000 Subject: [PATCH 1/2] chore(deps): update dependency microsoft/onnxruntime to v1.20.0 --- stages/99-onnx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/99-onnx.sh b/stages/99-onnx.sh index 9fa2233..4ee2232 100644 --- a/stages/99-onnx.sh +++ b/stages/99-onnx.sh @@ -4,7 +4,7 @@ echo "Download onnx..." mkdir -p onnx # renovate: datasource=github-releases depName=microsoft/onnxruntime -_tag='1.19.2' +_tag='1.20.0' case "$TARGET" in *windows*) From 3b6776f1d9710b7eacfd4e387da84d358d0e0b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Vasconcellos?= Date: Fri, 1 Nov 2024 20:50:37 -0300 Subject: [PATCH 2/2] Add git as dependency (now required by onnxruntime) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a64abf6..cd69086 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,7 @@ RUN echo "deb https://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-17 main" ` # Install build dependencies RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt ` apt-get update && apt-get install ` + git ` nasm ` curl ` make `