Building from source

Instructions for building Konduit-Serving binaries from source

Pre-requisites

  • JDK 1.8+

  • Maven 3+

  • Git

Cloning the repository

Konduit Serving sources are hosted on GitHub. If you have git installed, clone the konduit-serving repository using the git clone command:

git clone https://github.com/KonduitAI/konduit-serving.git

Using the Build Script

After cloning the repository, run ./build.sh --help to see the available options:

$ ./build.sh --help
-------------------------------------------------------------------
A command line utility for building konduit-serving distro packages.

Usage: bash build.sh [CPU|GPU] [linux|windows|macosx] [tar|zip|exe|rpm|deb]
Example: bash build.sh GPU linux tar,deb
-------------------------------------------------------------------

You can create CPU/GPU builds for available platforms by executing their respective commands.

Example

An example of creating Ubuntu (deb) build is as follows:

Last updated

Was this helpful?