From a0dd2c222f3b481a70598daed3f96b2f525a624b Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 11 Feb 2020 16:38:21 +0000 Subject: [PATCH] Add Intel Neo and pocl OpenCL runtimes --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 504301b..40c1f6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,12 @@ RUN echo 'deb http://ftp-stud.hs-esslingen.de/pub/Mirrors/debian-multimedia/ tes && apt-get -y install \ autoconf \ beignet-opencl-icd \ + clinfo \ ffmpeg \ git \ + intel-opencl-icd \ libtool \ + pocl-opencl-icd \ python3-pip \ vapoursynth \ vapoursynth-* \