mirror of
https://github.com/skjnldsv/docker-plex.git
synced 2025-08-06 13:18:35 +02:00
11
Dockerfile
11
Dockerfile
@@ -71,10 +71,13 @@ ARG OUTPUT
|
|||||||
|
|
||||||
# Install AMD drivers
|
# Install AMD drivers
|
||||||
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 "deb https://repo.radeon.com/rocm/apt/latest $(lsb_release -s -c) main" -y \
|
RUN add-apt-repository ppa:oibaf/graphics-drivers -y
|
||||||
&& apt-get update \
|
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9386B48A1A693C5C \
|
||||||
|
&& add-apt-repository "deb https://repo.radeon.com/rocm/apt/latest $(lsb_release -s -c) main" -y
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
vainfo \
|
vainfo \
|
||||||
mesa-va-drivers \
|
mesa-va-drivers \
|
||||||
|
Reference in New Issue
Block a user