feng-x commited on
Commit
a3772cc
·
verified ·
1 Parent(s): e001d02

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -2,7 +2,8 @@ FROM python:3.11-slim
2
 
3
  # System deps required by OpenCV and MediaPipe
4
  RUN apt-get update && \
5
- apt-get install -y --no-install-recommends libgl1 libgles2 libglib2.0-0 && \
 
6
  rm -rf /var/lib/apt/lists/*
7
 
8
  WORKDIR /app
 
2
 
3
  # System deps required by OpenCV and MediaPipe
4
  RUN apt-get update && \
5
+ apt-get install -y --no-install-recommends \
6
+ libgl1 libgles2 libegl1 libglib2.0-0 && \
7
  rm -rf /var/lib/apt/lists/*
8
 
9
  WORKDIR /app