Skip to main content
Setting up a Processing Unit

For building your own appliance to run Flow computer vision applications

C
Written by Chad Stewart
Updated over a week ago

Setting up a processing unit on the local network with remote access privileges to Flow:

Minimum Required Processing Specs

Per 4 Software Instances

*1 instance = Traffic, passersby or Demographics

CPU: Intel Core i5
HDD or SSD: 256 GB

Operating System: Ubuntu OS 20.04 LTS

GPU: 8GB

RAM: 8GB

Download the most recent version of Ubuntu

Remote access setup if GUI available

Remote access setup if GUI not available

Installation of Ubuntu and Nvidia Libraries

Before starting make sure that your Graphics card is installed.

  1. Please create a flash USB stick with an Ubuntu image to install it on the machine

  2. When the machine starts, please go to the boot menu and load the disk.

  3. The machine needs to act as a server so make sure that no other OS is installed, you can use the Ubuntu installer to erase the disk and install Ubuntu

  4. While navigating through the Ubuntu installation, you will be asked to install the installation type, please be sure to select the following:

    1. Normal Installation

    2. Install Third-Party Graphics and Media

  5. When the installation is complete please reboot the machine

  6. Open a terminal window in Ubuntu and type the following command:

    1. Sudo -s -> Press Enter and it will prompt for a password, please type the password

    2. Sudo apt-get update -> Press enter and wait for a while

    3. Sudo apt-get upgrade -> Press Enter and wait for a while

    4. Sudo apt-get install cuda-nvidia-toolkit -> Press Enter and follow the instructions

    5. (# The last command can be skipped if you are not comfortable, someone at flow will do it for you.)

  7. Type nvidia-smi

    1. This will allow you to see the processing power of your graphics card

  8. Type nvcc -v

    1. This will allow you to see the CUDA Toolkit version

Need Help?

In case of any problem, feel free to contact us at Flow Solutions, we will assist you with Teamviewer as soon as you send the credentials.

Did this answer your question?