devindia commited on
Commit
ae53192
·
verified ·
1 Parent(s): df53738

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10-slim
5
 
6
  # OpenCV and other libs need these
7
  RUN apt-get update && apt-get install -y --no-install-recommends \
8
- libgl1-mesa-glx \
9
  libglib2.0-0 \
10
  libsm6 \
11
  libxext6 \
 
5
 
6
  # OpenCV and other libs need these
7
  RUN apt-get update && apt-get install -y --no-install-recommends \
8
+ libgl1 \
9
  libglib2.0-0 \
10
  libsm6 \
11
  libxext6 \