Glainez commited on
Commit
4b4fbc4
·
verified ·
1 Parent(s): c94c065

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.11-slim
3
  # Install system dependencies (needed for OpenCV/Pillow if your detector uses them)
4
  USER root
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
  # Install system dependencies (needed for OpenCV/Pillow if your detector uses them)
4
  USER root
5
  RUN apt-get update && apt-get install -y \
6
+ libgl1 \
7
  libglib2.0-0 \
8
  && rm -rf /var/lib/apt/lists/*
9