mirror of
https://github.com/skjnldsv/docker-plex.git
synced 2025-08-08 06:08:32 +02:00
Add radeon rocm support
This commit is contained in:
@@ -73,6 +73,7 @@ ARG OUTPUT
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y software-properties-common \
|
&& apt-get install -y software-properties-common \
|
||||||
&& add-apt-repository ppa:oibaf/graphics-drivers -y \
|
&& add-apt-repository ppa:oibaf/graphics-drivers -y \
|
||||||
|
&& add-apt-repository "deb https://repo.radeon.com/rocm/apt/latest $(lsb_release -s -c) main" -y \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
vainfo \
|
vainfo \
|
||||||
@@ -80,6 +81,7 @@ RUN apt-get update \
|
|||||||
mesa-vdpau-drivers \
|
mesa-vdpau-drivers \
|
||||||
libdrm-amdgpu1 \
|
libdrm-amdgpu1 \
|
||||||
libavutil56 \
|
libavutil56 \
|
||||||
|
rocm-opencl-runtime \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
# Copy lib files
|
# Copy lib files
|
||||||
|
Reference in New Issue
Block a user