From f573bd3b155fbbbfaa93cc5bf6305d3aa789e3b6 Mon Sep 17 00:00:00 2001 From: Felix Abecassis Date: Tue, 10 Apr 2018 16:57:00 -0700 Subject: [PATCH] EGL isolation requires driver 390 or greater --- opengl/centos7/peglgears/Dockerfile | 2 ++ opengl/centos7/vtk/Dockerfile | 2 ++ opengl/ubuntu14.04/peglgears/Dockerfile | 2 ++ opengl/ubuntu14.04/vtk/Dockerfile | 2 ++ opengl/ubuntu16.04/peglgears/Dockerfile | 2 ++ opengl/ubuntu16.04/vtk/Dockerfile | 2 ++ 6 files changed, 12 insertions(+) diff --git a/opengl/centos7/peglgears/Dockerfile b/opengl/centos7/peglgears/Dockerfile index 906cfb6..1c792e1 100644 --- a/opengl/centos7/peglgears/Dockerfile +++ b/opengl/centos7/peglgears/Dockerfile @@ -6,6 +6,8 @@ FROM nvidia/opengl:1.0-glvnd-devel-centos7 +ENV NVIDIA_REQUIRE_DRIVER "driver>=390" + RUN yum install -y \ curl \ make \ diff --git a/opengl/centos7/vtk/Dockerfile b/opengl/centos7/vtk/Dockerfile index 9687d85..cb860fb 100644 --- a/opengl/centos7/vtk/Dockerfile +++ b/opengl/centos7/vtk/Dockerfile @@ -7,6 +7,8 @@ FROM nvidia/opengl:1.0-glvnd-devel-centos7 +ENV NVIDIA_REQUIRE_DRIVER "driver>=390" + RUN yum install -y epel-release && \ yum install -y \ git \ diff --git a/opengl/ubuntu14.04/peglgears/Dockerfile b/opengl/ubuntu14.04/peglgears/Dockerfile index 1e0646d..4c738c2 100644 --- a/opengl/ubuntu14.04/peglgears/Dockerfile +++ b/opengl/ubuntu14.04/peglgears/Dockerfile @@ -6,6 +6,8 @@ FROM nvidia/opengl:1.0-glvnd-devel-ubuntu14.04 +ENV NVIDIA_REQUIRE_DRIVER "driver>=390" + RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ diff --git a/opengl/ubuntu14.04/vtk/Dockerfile b/opengl/ubuntu14.04/vtk/Dockerfile index 5590b79..b4dd88c 100644 --- a/opengl/ubuntu14.04/vtk/Dockerfile +++ b/opengl/ubuntu14.04/vtk/Dockerfile @@ -7,6 +7,8 @@ FROM nvidia/opengl:1.0-glvnd-devel-ubuntu14.04 +ENV NVIDIA_REQUIRE_DRIVER "driver>=390" + RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ git \ diff --git a/opengl/ubuntu16.04/peglgears/Dockerfile b/opengl/ubuntu16.04/peglgears/Dockerfile index 4d849b9..4c52b69 100644 --- a/opengl/ubuntu16.04/peglgears/Dockerfile +++ b/opengl/ubuntu16.04/peglgears/Dockerfile @@ -6,6 +6,8 @@ FROM nvidia/opengl:1.0-glvnd-devel-ubuntu16.04 +ENV NVIDIA_REQUIRE_DRIVER "driver>=390" + RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ diff --git a/opengl/ubuntu16.04/vtk/Dockerfile b/opengl/ubuntu16.04/vtk/Dockerfile index 78c8b5d..fc72bfa 100644 --- a/opengl/ubuntu16.04/vtk/Dockerfile +++ b/opengl/ubuntu16.04/vtk/Dockerfile @@ -7,6 +7,8 @@ FROM nvidia/opengl:1.0-glvnd-devel-ubuntu16.04 +ENV NVIDIA_REQUIRE_DRIVER "driver>=390" + RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ git \