Docker Images¶
Previously released Vitis™ AI CPU Docker images are available from Docker Hub. If you are using a previous version of Vitis AI, you need to use the corresponding Docker version. Here is an example of how you can retrieve an older release:
Version |
Github Link |
Checkout Git Version |
Docker Command |
---|---|---|---|
1.4.1 |
git clone https://github.com/Xilinx/Vitis-AI.git git checkout tags/v1.4.1 -b v1.4.1 |
docker pull xilinx/vitis-ai-cpu:1.4.1.978 |