Xilinx / inference-server

https://xilinx.github.io/inference-server/
Apache License 2.0
43 stars 13 forks source link

Make Python library more easily installable outside Docker #51

Closed varunsh-xilinx closed 2 years ago

varunsh-xilinx commented 2 years ago

The Python API, which is useful for writing client applications, is currently built and installed as part of the server's build process in the container. It's not trivial for a user to use the Python API outside Docker because it's not packaged in a way that makes it easy to install.