Linux dependencies

Note: Don't follow this step if you plan to run BlurIt OP on Windows. Go there instead.

Prerequisites Before Installation

Before starting the installation, ensure you have received the archive containing all necessary documents. This archive will be shared via a secured link protected by a password.

Contents of the Archive

Main Archive: client_name_YYYYMMDD.tar.gz

The archive will include the following files:

  1. License File: license_client_name_YYYYMMDD_YYYYMMDD

    • The license file specifies the validity period (start and end dates).

  2. Registry Login: login_registry.txt

    • Contains the credentials to access the registry.

  3. Installation Script: linux_installation_script

    • A script compatible only with Linux systems.

  4. Custom Configuration File (if applicable): blurit_stack.yml

This script will install the software requirements to run BlurIt On-Premise on your server. It will install Nvidia drivers, Docker CE, and Nvidia-docker on Ubuntu, Debian, and RHEL/CentOS. If you are installing BlurIt on an old server and want to maintain specific version dependencies, we don't recommend to use this script but rather to manually install everything.

To begin, extract the BlurIt OP archive using the following command:

Replace "filename" with the actual name of the archive that was provided to you.

To start the script, execute the following command:

🚨 After execution of the script, please reboot the server to load the Nvidia drivers and go to the Configuration page. 🚨

Choice 2 : manual dependencies installation

Nvidia drivers Installation

  1. Download the NVIDIA driver >= 470 runfile from: https://www.nvidia.com/Download/index.aspx?lang=en-us

  2. Open a terminal and navigate to the directory where the downloaded runfile is located.

  3. $ chmod +x <filename>.run Replace <filename> with the actual name of the downloaded runfile.

  4. $ sudo ./<filename>.run

  5. $ sudo reboot

Docker Installation

The Docker installation documentation is here.

Post-install docker linux (required):

Nvidia-docker installation

Nvidia-docker installation documentation is here.

Configure the Docker daemon to recognize the NVIDIA Container Runtime:

Restart the Docker daemon to complete the installation after setting the default runtime:

Test if Nvidia-docker is installed:

This should result in a console output shown below:

Configuring daemon.json

Open /etc/docker/daemon.json with your favorite text editor.

Add "default-runtime": "nvidia", to the json. Exemple:

Blurit CLI Installation

The Blurit CLI enables you to easily configure, start, and interact with Blurit. It provides a command-line interface to manage features and streamline platform usage.

Start these commands from WSL: