Installing Prerequisite Packages
This section outlines the steps required to prepare your system to install NCP
Update the local package index:
Install Docker & Docker-compose:
Install docker-CLI:
Install
Verify
Install docker-compose:
Installing NVIDIA GPU Drivers:
Install GPU Drivers:
Reboot the system:
Installing NVIDIA Toolkit:
We will leverage the container toolkit provided by NVIDIA to deploy the NCP backend as an additional docker container along with NCP services packaged as containers.
Install NVIDIA Container toolkit:
Configure the toolkit:
Configure
Verify
Additional packages:
pbzip2
: A parallel bzip2 compression tool for faster file compressionpython3-pip
: A package manager for Python3, used to install Python libraries
Last updated
Was this helpful?