Docker Setup on the Host - 3.0 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2023-02-24
Version
3.0 English
To set up the Docker on the host, follow these steps:
  1. Clone the Vitis AI repository to obtain the examples, reference code, and scripts.
    [Host]$ git clone https://github.com/Xilinx/Vitis-AI 
    [Host]$ cd Vitis-AI
  2. Install Docker. If Docker is not installed on your machine yet, see the official Docker documentation.
  3. Ensure your Linux user is in the group docker.
  4. Download the latest Vitis AI Docker.
    [Host]$ docker pull xilinx/vitis-ai-<pytorch/tensorflow/tensorflow2>-cpu:latest

For more information about docker, see System Requirements and Docker installation.