Nav3005 commited on
Commit
53cd9f6
·
verified ·
1 Parent(s): d6c6e76

Update 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 needed for Pillow, fontconfig, and ffmpeg
4
  RUN apt-get update && apt-get install -y \
5
- libgl1-mesa-glx \
6
  libglib2.0-0 \
7
  libgomp1 \
8
  fontconfig \
 
2
 
3
  # Install system dependencies needed for Pillow, fontconfig, and ffmpeg
4
  RUN apt-get update && apt-get install -y \
5
+ libgl1 \
6
  libglib2.0-0 \
7
  libgomp1 \
8
  fontconfig \