crabbly commited on
Commit
687ca2e
·
verified ·
1 Parent(s): 1533be7

Update Dockerfile

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