Closed daverin closed 1 month ago
Hi, Thank you for bringing this issue to our attention. Can you, kindly, describe the steps that led to the above? Cheers,
Hi @NastoohX
RUN echo 'deb [trusted=yes] https://packages.xilinx.com/artifactory/debian-packages focal main' > /etc/apt/sources.list.d/xilinx.list
RUN echo 'Acquire { https::Verify-Peer false }' > /etc/apt/apt.conf.d/99verify-peer.conf
RUN --mount=type=cache,sharing=locked,target=/var/cache/apt apt-get update -qq && apt-get install -qqy --no-install-recommends \
apt-utils \
sudo \
xrt=2.11.722 \
xilinx-alveo-u30-core \
xilinx-alveo-u30-examples \
software-properties-common \
&& apt-mark hold xrt \
&& rm -rf /var/lib/apt/lists/*
This fails 👆🏾
Please try https://amd.github.io/ama-sdk/latest/troubleshooting.html#ubuntu-20-04-installation which helps to resolve the issue.
Hi, Closing this issue. Feel free to reopen it if needed. Cheers,
My docker builds worked a few days ago but are now all failing for xrt packages install on ubuntu 20.04
Please help. I was able to download and install xrt deb package via the amd downloads, but I'm not sure where to find xilinx-alveo-u30-core deb.