| BuildCLI |
Command line interface for performing Konduit Serving builds
Allows the user to build a JAR or artifact such as a docker image suitable for performing inference on a given
pipeline on a given deployment target (defined as an operating system, CPU architecture and optionally compute device).
For example, can be used to build for any of the following:
* HTTP (REST) server on x86 Windows (CPU), packaged as a stand-alone .exe
* HTTP and GRPC server on CUDA 10.2 + Linux, packaged as a docker image
And many more combinations
|