FPGA AI Suite: Getting Started Guide

ID 768970
Date 3/29/2024
Public
Document Table of Contents

4.3.1. Installing the FPGA AI Suite Into an Alternative Location

If you prefer to install the FPGA AI Suite into an alternative location, you can use the following commands:
  • Ubuntu* 18.04:
    sudo apt-get install --reinstall libappstream4
    sudo apt update
    sudo apt install libnuma-dev cmake git curl python3.8 python3.8-venv \
                     python3-venv graphviz unzip lsb
    dpkg-deb -R <full path to fpga-ai-suite.deb> \
                <full path to alternative location>
  • Ubuntu* 20.04:
    sudo apt update
    sudo apt install libnuma-dev cmake git curl python3.8 python3.8-venv \
                     graphviz unzip lsb
    dpkg-deb -R <full path to fpga-ai-suite.deb> \
                <full path to alternative location>
  • Ubuntu* 22.04:
    sudo apt update
    sudo apt install libnuma-dev cmake git curl graphviz unzip lsb
    dpkg-deb -R <full path to fpga-ai-suite.deb> \
                <full path to alternative location>
  • Red Hat* Enterprise Linux* operating systems:
    sudo dnf install numactl-devel cmake git curl python38 graphviz \
                     gcc gcc-c++ redhat-lsb tbb-devel
    rpm -i --prefix=<full path to alternative location> \
                    <full path to fpga-ai-suite.rpm>