From 084ba918dd8442a56c8badc1063fd2296e2deaa4 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 1 Oct 2020 08:37:11 -0400 Subject: [PATCH] Added clinfo to amdgpu. --- amdgpu/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/amdgpu/Dockerfile b/amdgpu/Dockerfile index 7088050..c387ae7 100644 --- a/amdgpu/Dockerfile +++ b/amdgpu/Dockerfile @@ -31,7 +31,9 @@ RUN apt-get update && \ tar -xvf $AMDGPUDRIVERFILE && rm $AMDGPUDRIVERFILE && \ ./$AMDGPUDIRNAME/amdgpu-pro-install -y --compute && \ rm -rf $AMDGPUDIRNAME && \ - apt-get install -y opencl-amdgpu-pro && \ + apt-get install -y \ + clinfo \ + opencl-amdgpu-pro && \ apt-get -y autoremove && \ apt-get clean autoclean && \ rm -rf /var/lib/{apt,cache,log} -- GitLab