Skip to content
Snippets Groups Projects
Commit 0e4e8d31 authored by calrama's avatar calrama
Browse files

ubuntu18.04: Add OpenGL (EGL) support

parent 167abc6d
No related branches found
No related tags found
No related merge requests found
FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu18.04 FROM nvidia/cudagl:10.0-devel-ubuntu18.04
LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>" LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>" LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
...@@ -27,6 +27,7 @@ RUN apt-get update && \ ...@@ -27,6 +27,7 @@ RUN apt-get update && \
p7zip-full \ p7zip-full \
file && \ file && \
apt-get install -y \ apt-get install -y \
libcudnn7-dev \
libgfortran3 \ libgfortran3 \
protobuf-compiler \ protobuf-compiler \
graphviz \ graphviz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment