Xilinx / Vitis-AI

Vitis AI is Xilinx’s development stack for AI inference on Xilinx hardware platforms, including both edge devices and Alveo cards.
https://www.xilinx.com/ai
Apache License 2.0
1.49k stars 628 forks source link

./docker_build.sh -t gpu -f pytorch failed. #1350

Open MiaoHe0306 opened 1 year ago

MiaoHe0306 commented 1 year ago

I try to install vitis-ai in my Ubuntu 20.04, and I use kv260. But every time I do "./docker_build.sh -t gpu -f pytorch", I got this error "ERROR: failed to solve: process "/bin/bash -c if [[ -n \"${TARGETFRAMEWORK}\" ]]; then bash ./install${TARGET_FRAMEWORK}.sh; fi" did not complete successfully: exit code: 1"

Did anyone meet this problem and know how to solve it?

quentonh commented 1 year ago

@MiaoHe0306 I don't see anything wrong with the formatting of your command. Have you confirmed that bash is your default shell?

ElonGUI commented 11 months ago

I have a problem similar to yours as flow. And I can run helle-world in docker. Is there a solution? Screenshot from 2023-12-11 19-06-06

jonGuti13 commented 9 months ago

@ElonGUI @MiaoHe0306 Did you manage to solve it? I have the same problem for TF2 now even though in another computer I managed to build the image 2 months ago, so something must have changed.