Skip to content

Commit

Permalink
Added Zlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Feb 6, 2022
1 parent c96785b commit 02da624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion O/onnxruntime/onnxruntime_providers_cuda/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("CUDNN_jll", v"8.2.0")
Dependency("CUDNN_jll", v"8.2.0"),
Dependency("Zlib_jll")
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down

0 comments on commit 02da624

Please sign in to comment.