From f9198cc73ff626afa7e4d542791098382aa1cb48 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 10 Oct 2022 11:43:22 -0700 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7dc3f94..08d1cda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN apt-get update \ && apt-get install -y software-properties-common \ && 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 \ + && echo 'deb [arch=amd64] https://repo.radeon.com/amdgpu/latest/ubuntu focal main' | tee /etc/apt/sources.list.d/rocm.list \ && apt-get update \ && apt-get install -y \ vainfo \