Skip to content

Commit

Permalink
EGL isolation requires driver 390 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
flx42 authored and Renaud Gaubert committed Aug 12, 2019
1 parent 897bfa9 commit f573bd3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opengl/centos7/peglgears/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

FROM nvidia/opengl:1.0-glvnd-devel-centos7

ENV NVIDIA_REQUIRE_DRIVER "driver>=390"

RUN yum install -y \
curl \
make \
Expand Down
2 changes: 2 additions & 0 deletions opengl/centos7/vtk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions opengl/ubuntu14.04/peglgears/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions opengl/ubuntu14.04/vtk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions opengl/ubuntu16.04/peglgears/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions opengl/ubuntu16.04/vtk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f573bd3

Please sign in to comment.