Skip to content
Open
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
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 `
Expand Down
2 changes: 1 addition & 1 deletion stages/99-onnx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down
Loading