Xilinx / inference-server

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

Remove hard-coded repository path in Server initialization #82

Open varunsh-xilinx opened 2 years ago

varunsh-xilinx commented 2 years ago

While the server executable accepts a model repository path from the command line, the Server object used for tests and scripts currently hard-codes the value which works when used within the inference-server docker container using the default start up scripts but may not otherwise.