test
This commit is contained in:
parent
0b3439b187
commit
6730d904cc
|
@ -69,6 +69,8 @@ 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 \
|
||||||
|
&& wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - \
|
||||||
|
&& echo 'deb [arch=amd64] https://repo.radeon.com/amdgpu/latest/ubuntu focal main' | tee /etc/apt/sources.list.d/amdgpu.list \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
vainfo \
|
vainfo \
|
||||||
|
|
Loading…
Reference in a new issue