maham234 commited on
Commit
4a20880
·
verified ·
1 Parent(s): a4d3dd0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,9 +1,8 @@
1
- # Base image
2
  FROM python:3.10
3
 
4
  # Install required system libraries for OpenCV & MediaPipe
5
  RUN apt-get update && apt-get install -y \
6
- libgl1-mesa-glx \
7
  libglib2.0-0 \
8
  libopencv-dev \
9
  ffmpeg \
 
 
1
  FROM python:3.10
2
 
3
  # Install required system libraries for OpenCV & MediaPipe
4
  RUN apt-get update && apt-get install -y \
5
+ libgl1 \
6
  libglib2.0-0 \
7
  libopencv-dev \
8
  ffmpeg \