Skip to content

Commit

Permalink
Tie installer to XRT 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodruiz committed Nov 13, 2024
1 parent d6b7aaa commit e2461cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ ENV LC_ALL en_US.UTF-8
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC sudo -E apt-get install -y tzdata

RUN git clone https://github.com/amd/xdna-driver.git --recursive
RUN cd xdna-driver/ && git checkout c1fdb59
RUN cd xdna-driver/ && git checkout f60608b
RUN cd xdna-driver/ && git submodule update --recursive
RUN sudo chmod +x /home/riallto/xdna-driver/xrt/src/runtime_src/tools/scripts/xrtdeps.sh
RUN sudo /home/riallto/xdna-driver/xrt/src/runtime_src/tools/scripts/xrtdeps.sh -docker

Expand Down
3 changes: 2 additions & 1 deletion scripts/linux/xdna-driver-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN dpkg -i /root/$KERNEL_IMAGE

RUN git config --global url."https://github.com/".insteadOf "[email protected]:"
RUN cd /root && git clone https://github.com/amd/xdna-driver.git --recursive
RUN cd /root/xdna-driver && git checkout c1fdb59
RUN cd /root/xdna-driver && git checkout f60608b
RUN cd /root/xdna-driver && git submodule update --recursive

RUN apt-get install -y cmake jq pkg-config wget libdrm-dev
RUN apt-get install -y python3-pip
Expand Down

0 comments on commit e2461cf

Please sign in to comment.