From 00d8ccc9535d001d1dc5ba54f1dbcdfc8be28143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 19 Aug 2025 12:30:57 +0200 Subject: [PATCH] Revert "chore: tmp fix for outdated rocm apt index" --- Dockerfile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1202be1..b017cf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,19 +78,15 @@ RUN add-apt-repository ppa:oibaf/graphics-drivers -y RUN curl -sL --retry 3 https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - \ && add-apt-repository "deb https://repo.radeon.com/rocm/apt/latest $(lsb_release -s -c) main" -y -# Disable compression for apt as ROCM repo has its compressed index broken -RUN echo 'Acquire::CompressionTypes::Order { "none"; "gz"; "bz2"; "xz"; };' | tee /etc/apt/apt.conf.d/99prefer-uncompressed - -# Wait for the repo to be available -RUN sleep 10 && apt update \ - && sleep 5 && apt install -y --fix-missing \ +RUN apt-get update \ + && apt-get install -y \ vainfo \ mesa-va-drivers \ mesa-vdpau-drivers \ libdrm-amdgpu1 \ libavutil58 \ rocm-opencl-runtime \ - && apt clean + && apt-get clean # Copy lib files COPY --from=amd $OUTPUT/usr/lib/dri/*.so* /usr/lib/plexmediaserver/lib/dri/