Ultra96v2 install docker

Hi, i am trying to train my own DL model using DPU.
I am now trying to install docker on ultra96v2 pynq board.
I have successfully install DPU repo on github.
But i have to download docker ,visits AI in order to build my own DL model with ultra96v2 pynq board.
The tutorial I use to install docker are

  1. Install Docker Engine on Ubuntu | Docker Documentation
  2. Vitis-AI/README.md at v1.1 · Xilinx/Vitis-AI · GitHub
    I meet the problem as following:

    I also change the command to
    $ sudo add-apt-repository “deb [arch=amd64] Index of linux/ubuntu/ bionic stable”
    But it still does not work…
    Any advice will be appreciate!
    Thanks for your help.
    Tim

I don’t think the ultra96v2 image v2.5 has support for docker. You don’t need docker on ultra96; rather, the docker is to be installed on your x86 machine and train your models there.

Hi rock,Thanks for your help!
Do you means that i can not train my DL model on ultra96 pynq?
Maybe i can train DL model on another x86 machine and then load the weight file to ultra96 pynq to run some test data?
Tim

Yes, train on x86 and move over the models.

1 Like