Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Update libonnxruntime version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jul 18, 2023
1 parent 9dd1d26 commit 2034dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN touch chimp_chomp/src/lib.rs \
RUN mkdir /chimp_chomp_libraries \
&& cp \
$(ldd /app/target/release/chimp_chomp | grep -o '/.*\.so\S*') \
/app/target/release/libonnxruntime.so.1.14.1 \
/app/target/release/libonnxruntime.so.1.15.1 \
/chimp_chomp_libraries

FROM gcr.io/distroless/cc as chimp_chomp
Expand Down

0 comments on commit 2034dab

Please sign in to comment.