Spaces:
Sleeping
Sleeping
k22056537 commited on
Commit ·
0d448a6
1
Parent(s): 44572a8
fix: add libgles2 libegl1 for MediaPipe OpenGL ES dependency
Browse filesAll pipelines were failing with:
libGLESv2.so.2: cannot open shared object file
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED=1
|
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 10 |
-
libglib2.0-0 libsm6 libxrender1 libxext6 libxcb1 libgl1 libgomp1 \
|
| 11 |
ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev \
|
| 12 |
libavdevice-dev libopus-dev libvpx-dev libsrtp2-dev \
|
| 13 |
build-essential nodejs npm git \
|
|
|
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 10 |
+
libglib2.0-0 libsm6 libxrender1 libxext6 libxcb1 libgl1 libgles2 libegl1 libgomp1 \
|
| 11 |
ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev \
|
| 12 |
libavdevice-dev libopus-dev libvpx-dev libsrtp2-dev \
|
| 13 |
build-essential nodejs npm git \
|