ROCm / MIVisionX

MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. AMD MIVisionX also delivers a highly optimized open-source implementation of the Khronos OpenVX™ and OpenVX™ Extensions.
https://rocm.docs.amd.com/projects/MIVisionX/en/latest/
MIT License
186 stars 73 forks source link

Setup Script - install MIVX without root permission #795

Closed zjin-lcf closed 2 years ago

zjin-lcf commented 2 years ago

The script MIVisionX-setup.py needs sudo permission. I don’t have sudo permission on a machine where ROCm has been installed at /opt/rocm. Thank you for making a script that does not need root permission for users.

kiritigowda commented 2 years ago

@zjin-lcf -- as the setup currently installs the Linux packages which are required (i.e -- install), this requires admin access. But the workaround for this is to run the setup inside a docker/singularity or use pre-built dockers -- docker pull mivisionx/ubuntu-20.04:opencl or docker pull mivisionx/ubuntu-20.04:hip

Let me know if this would work for you?

zjin-lcf commented 2 years ago

Thanks.