Installing Binaries
Instructions for installing and setting up built binaries
Konduit Serving is supported on
- Linux
- MacOS
- Windows
- Ensure that you have JDK 8.0 installed
- Install Python 3.7.x to be used with the Python Step
Binaries are provided for
- Intel/x86 architectures
- ARM
Hardware acceleration with
- CUDA version 11.0
Installation for each type of distribution is as follows:
After extracting, just put the
bin
folder into the PATH
environment variable.dpkg -i konduit-serving-deb/target/**/*.deb
rpm -i konduit-serving-rpm/target/**/*.rpm
Just put the folder containing the
konduit.exe
file into the PATH
environment variable.The configuration file is present inside the
conf/konduit-serving-env.sh
file for the TAR/ZIP
distro. For Konduit-Serving distro installed from the DEB
and RPM
packages, the configuration file is present inside the location /opt/konduit/conf/konduit-serving-env.sh
. Just uncomment the variables you want to set and specify the value you like.The configuration file for the
TAR/ZIP
distro is present inside the conf/konduit-serving-env.cmd
file. Just uncomment the variables you want to set and specify the value you like.Last modified 2yr ago