Closed hyongtao closed 3 years ago
@hyongtao thanks for reporting this issue. This seems to be an issue with the image being outdated. I will update those images now. In the mean time you can also build the updated images using the dockerfiles in docker folder.
sudo docker build -f MIVisionX/docker/mivisionx-on-ubuntu18.dockerfile -t mivisionx-18.04:latest .
@hyongtao - The docker file is updated and this should work now
sudo docker run -it --device=/dev/kfd --device=/dev/dri --cap-add=SYS_RAWIO --device=/dev/mem --group-add video --network host mivisionx/ubuntu-18.04
root@ThreadRipperUbuntu:/# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS"
Let me know if this fixes your issue and we can close this issue.
@hyongtao any updates?
Hi Kirit Gowda, Thanks for your help. I will test the dockerfile this week. Nothing update.
From Yongtao Huang
发件人: Kiriti Gowda @.> 发送时间: 2021年7月13日 8:23 收件人: GPUOpen-ProfessionalCompute-Libraries/MIVisionX @.> 抄送: Yongtao Huang @.>; Mention @.> 主题: Re: [GPUOpen-ProfessionalCompute-Libraries/MIVisionX] Docker Support - MIVisionX in Ubuntu20.04 (#552)
― You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FGPUOpen-ProfessionalCompute-Libraries%2FMIVisionX%2Fissues%2F552%23issuecomment-878684075&data=04%7C01%7Chyongtao%40vmware.com%7Ce24b1a3587ab44d68ada08d945947724%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637617326221635403%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=SDkE0IACvdEh1GmC6e1%2F3xysKyOvZK6kPu2qtuYVERg%3D&reserved=0, or unsubscribehttps://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAUS2ZMWPT6TBNOBO3GO5RUTTXOBQZANCNFSM5AAAE3OQ&data=04%7C01%7Chyongtao%40vmware.com%7Ce24b1a3587ab44d68ada08d945947724%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637617326221635403%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ApNqX%2B2xTeYWH9NP84RwV7zEfV5NLbtlzxp4MaAZjsE%3D&reserved=0.
@hyongtao if this issue persists please reopen this issue. Fix #557
I have followed the instructions of MIVisionX docker
as the page: https://gpuopen-professionalcompute-libraries.github.io/MIVisionX/#docker
But when I run the docker, I got thses error:
Could you help me out? Thanks a lot.