Utkarshres32 commited on
Commit
bcfb62f
·
1 Parent(s): 2758540

Fix Dockerfile: Replace libgl1-mesa-glx with libgl1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ ENV PORT=7860
10
 
11
  # Install system dependencies required for OpenCV and AI models
12
  RUN apt-get update && apt-get install -y \
13
- libgl1-mesa-glx \
14
  libglib2.0-0 \
15
  libsm6 \
16
  libxext6 \
 
10
 
11
  # Install system dependencies required for OpenCV and AI models
12
  RUN apt-get update && apt-get install -y \
13
+ libgl1 \
14
  libglib2.0-0 \
15
  libsm6 \
16
  libxext6 \