An attempt to create a Cloud Native infrastructure for RubixML Server
Tip
Don't let technical problems KILL your AMBITIONS...
Run these commands in your terminal:
git clone https://github.com/alexandreelise/inference-server-infra &&
cd inference-server-infra &&
./init.sh &&
./run.sh
init.sh script is used to initialize the infra. Basically run this once.
run.sh script is used to run the server. Run this each time you want to run the inference server.
I'm grateful to Andrew DalPino for his work on RubixML and RubixML Server Server.