Stanley03 commited on
Commit
46a608d
·
verified ·
1 Parent(s): de631bc

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11-slim
2
 
3
  # Install system dependencies for OpenCV and FFmpeg
4
  RUN apt-get update && apt-get install -y \
5
- libgl1-mesa-glx \
6
  libglib2.0-0 \
7
  ffmpeg \
8
  && rm -rf /var/lib/apt/lists/*
 
2
 
3
  # Install system dependencies for OpenCV and FFmpeg
4
  RUN apt-get update && apt-get install -y \
5
+ libgl1 \
6
  libglib2.0-0 \
7
  ffmpeg \
8
  && rm -rf /var/lib/apt/lists/*