Keith Lohnes
Keith Lohnes
I'm trying to create a docker image for my rust project, and compile onnx in that dockerfile and use that compiled version with it. I have the use case working...
I'd been following the [compilation notes](https://github.com/nbigaouette/onnxruntime-rs/blob/master/ONNX_Compilation_Notes.md) for reference
I've used the prebuilt successfully and it sure did save a lot of compile time. 😂 I'm experimenting with various build flags at the moment and that's where this came...
I was about to open a similar issue, and came across this issue. > I guess the session can be wrapped in a Arc to make it Send+Sync? Fwiw, `Arc`...