Zeqhx commited on
Commit
9506f7d
·
1 Parent(s): 5322ae1

Fix Dockerfile: Replace libgl1-mesa-glx with libgl1 for Debian compatibility

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -9,8 +9,7 @@ RUN apt-get update && apt-get install -y \
9
  libxext6 \
10
  libxrender-dev \
11
  libgomp1 \
12
- libglib2.0-0 \
13
- libgl1-mesa-glx \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  # Copy requirements and install Python dependencies
 
9
  libxext6 \
10
  libxrender-dev \
11
  libgomp1 \
12
+ libgl1 \
 
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  # Copy requirements and install Python dependencies