Skip to content

Commit 15ff318

Browse files
committed
glut
1 parent 6b627bb commit 15ff318

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cpu/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ RUN \
7979
libxext6 \
8080
libxrender1 \
8181
libgtk-3-dev \
82+
freeglut3-dev \
83+
libgl1-mesa-dev \
84+
libglu1-mesa-de \
8285
&& \
8386
pip install numpy && \
8487
# Install OpenCV

gpu/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ RUN \
9090
libxext6 \
9191
libxrender1 \
9292
libgtk-3-dev \
93+
freeglut3-dev \
94+
libgl1-mesa-dev \
95+
libglu1-mesa-de \
9396
&& \
9497
pip install numpy && \
9598
# Install OpenCV

0 commit comments

Comments
 (0)