arihant3704 commited on
Commit
14010e5
·
verified ·
1 Parent(s): ec0daf5

Update Dockerfile

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