Intel® FPGA AI Suite: Getting Started Guide

ID 768970
Date 2/02/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.3.1. Installing the Intel® FPGA AI Suite Into an Alternative Location

If you prefer to install the Intel® 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>
  • 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>