mirror of
https://github.com/skjnldsv/docker-plex.git
synced 2025-08-05 20:58:31 +02:00
11
Dockerfile
11
Dockerfile
@@ -71,10 +71,13 @@ ARG OUTPUT
|
||||
|
||||
# Install AMD drivers
|
||||
RUN apt-get update \
|
||||
&& 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 \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y software-properties-common
|
||||
|
||||
RUN add-apt-repository ppa:oibaf/graphics-drivers -y
|
||||
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 \
|
||||
vainfo \
|
||||
mesa-va-drivers \
|
||||
|
Reference in New Issue
Block a user