Skip to content

Commit e2a3919

Browse files
committed
libwebpmux3 libwebpdemux2
1 parent c0ecacb commit e2a3919

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cpu/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ RUN \
7979
libsm6 \
8080
libxext6 \
8181
libxrender1 \
82+
libwebpmux3 \
83+
libwebpdemux2 \
8284
&& \
8385
pip install numpy && \
8486
# Install OpenCV

gpu/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ RUN \
9090
libsm6 \
9191
libxext6 \
9292
libxrender1 \
93+
libwebpmux3 \
94+
libwebpdemux2 \
9395
&& \
9496
pip install numpy && \
9597
# Install OpenCV

0 commit comments

Comments
 (0)