Skip to content

Commit a7cfae9

Browse files
committed
update onnxruntime to v1.20.1
1 parent 787e7bd commit a7cfae9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#--- dockerfile to test hugot ---
22

33
ARG GO_VERSION=1.23.5
4-
ARG ONNXRUNTIME_VERSION=1.20.0
4+
ARG ONNXRUNTIME_VERSION=1.20.1
55
ARG BUILD_PLATFORM=linux/amd64
66

77
#--- runtime layer with all hugot dependencies for cpu ---

cuda.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#--- dockerfile to test hugot ---
22

33
ARG GO_VERSION=1.23.5
4-
ARG ONNXRUNTIME_VERSION=1.20.0
4+
ARG ONNXRUNTIME_VERSION=1.20.1
55
ARG BUILD_PLATFORM=linux/amd64
66

77
#--- runtime layer with all hugot dependencies for cpu and gpu ---

0 commit comments

Comments
 (0)