We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b627bb commit 15ff318Copy full SHA for 15ff318
cpu/Dockerfile
@@ -79,6 +79,9 @@ RUN \
79
libxext6 \
80
libxrender1 \
81
libgtk-3-dev \
82
+ freeglut3-dev \
83
+ libgl1-mesa-dev \
84
+ libglu1-mesa-de \
85
&& \
86
pip install numpy && \
87
# Install OpenCV
gpu/Dockerfile
@@ -90,6 +90,9 @@ RUN \
90
91
92
93
94
95
96
97
98
0 commit comments