Trying to pull the vitis ai containers through the following commands but getting the same error for each

78 Views Asked by At
docker pull xilinx/vitis-ai-<pytorch/tensorflow/tensorflow2>-cpu:latest
-bash: pytorch/tensorflow/tensorflow2: No such file or directory

~$ adb pull xilinx/vitis-ai-<pytorch/tensorflow/tensorflow2>-cpu:latest
-bash: pytorch/tensorflow/tensorflow2: No such file or directory

~$ docker image xilinx/vitis-ai-<pytorch/tensorflow/tensorflow2>-cpu:latest
-bash: pytorch/tensorflow/tensorflow2: No such file or directory

~$ cd /pytorch/tensorflow2
-bash: cd: /pytorch/tensorflow2: No such file or directory

~$ cd /pytorch/tensorflow2
-bash: cd: /pytorch/tensorflow2: No such file or directory

~$ cd pytorch
-bash: cd: pytorch: No such file or directory

not being able to download the latest vitis ai docker due to this

0

There are 0 best solutions below