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 c0ecacb commit e2a3919Copy full SHA for e2a3919
cpu/Dockerfile
@@ -79,6 +79,8 @@ RUN \
79
libsm6 \
80
libxext6 \
81
libxrender1 \
82
+ libwebpmux3 \
83
+ libwebpdemux2 \
84
&& \
85
pip install numpy && \
86
# Install OpenCV
gpu/Dockerfile
@@ -90,6 +90,8 @@ RUN \
90
91
92
93
94
95
96
97
0 commit comments