From 4632b6fbfcb05b50d0840ac6af258633d47a3bd8 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 11 Feb 2020 16:38:21 +0000 Subject: [PATCH] Add pocl OpenCL runtime --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 504301b..fe96c94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,11 @@ 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 \ libtool \ + pocl-opencl-icd \ python3-pip \ vapoursynth \ vapoursynth-* \