FPGA AI Suite: Getting Started Guide

ID 768970
Date 4/21/2025
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* 20.04:
    sudo apt update
    
    sudo apt install libnuma-dev cmake git curl python3.12 \
                     python3.12-venv python3-venv graphviz unzip \
                     lsb libboost-all-dev
    
    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 \
                     libboost-all-dev
    
    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 python3 graphviz \
                     gcc gcc-c++ redhat-lsb tbb-devel gflags-devel \
                     boost-devel
    
    rpm -i --prefix=<full path to alternative location> \
                    <full path to fpga-ai-suite.rpm>