Skip to content

Commit

Permalink
Install opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodruiz committed Oct 24, 2024
1 parent de26538 commit bfcc219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN sudo /home/riallto/xdna-driver/xrt/src/runtime_src/tools/scripts/xrtdeps.sh
COPY $BUILD_TEMPDIR/root/debs npu_ubuntu_debs

RUN sudo apt-get install -y dkms udev python3
RUN sudo apt-get install -y python3-pip ocl-icd-opencl-dev uuid-dev
RUN sudo apt-get install -y python3-pip ocl-icd-opencl-dev uuid-dev libopencv-dev python3-opencv

RUN sudo -E dpkg -i npu_ubuntu_debs/xrt_*-amd64-xrt.deb
RUN sudo -E dpkg -i npu_ubuntu_debs/xrt_plugin*-amdxdna.deb
Expand Down

0 comments on commit bfcc219

Please sign in to comment.