FPGA AI Suite Handbook

ID 863373
Date 11/21/2025
Public
Document Table of Contents

4.1.2. Running the FPGA AI Suite Docker* Container

If you have an FPGA development kit, ensure that the board is connected to power and that the UART/JTAG cables are connected to the host machine where you run the container.

The following FPGA AI Suite Docker* images are available:
Table 5.  Available FPGA AI Suite Docker Images
Image Name Description and Pull Command Use Case
FPGA AI Suite

An Ubuntu* 24 image with an FPGA AI Suite installation along with dependencies such as OpenVINO™ and system packages.

Pull this package with the following command:
docker pull
alterafpga/fpgaaisuite-v2025.3

Use this image if you want run the FPGA AI Suite tools like the compiler or if you intend to perform emulator inference.

You can also use this image if you intend to use the precompiled bitstreams.

FPGA AI Suite with Quartus® Prime

An Ubuntu* 24 image with an FPGA AI Suite installation along with dependencies such as OpenVINO™ and system packages and a Quartus® Prime Pro Edition installation.

Pull this package with the following command:
docker pull 
alterafpga/fpgaaisuite-quartus-v2025.3 

Use this image if you want run the FPGA AI Suite tools like the compiler and you need to compile bitstreams with Quartus® Prime software.

Important: The Docker* images have only the baseline dependencies available. Some of the FPGA AI Suite design examples have additional software dependencies that you can install into the container.
To run the FPGA AI Suite Docker* image:
  1. Start your Docker* client, if it is not yet started.
  2. Start a command prompt session.
  3. In the command prompt session, run one of the following commands:
    • For the FPGA AI Suite image, run the following command:
      docker container run -it alterafpga/fpgaaisuite -v2025.3
    • For the FPGA AI Suite with Quartus® Prime image, run the following command:
      docker container run -it --net=host alterafpga/fpgaaisuite-v2025.3
    Tip: Use the --name option of the docker container run command to provide a custom name for your FPGA AI Suite container. For details, refer to the docker container run documentation at the DockerDocs web site.
When the container starts, you should see the following output:
[setupvars.sh] OpenVINO environment initialized
export COREDLA_VERSION=1
export COREDLA_ROOT='/opt/altera/fpga_ai_suite/ubuntu/dla'

To start using the FPGA AI Suite Docker* container, try the Containerized FPGA AI Suite Docker Image Quick-Start Tutorial.