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 ` 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*)