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.
| 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. |
- Start your Docker* client, if it is not yet started.
- Start a command prompt session.
- 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. - For the FPGA AI Suite image, run the following command:
[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.