maham234 commited on
Commit
5a470e5
·
verified ·
1 Parent(s): 803531c

Update Dockerfile

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