thethinkmachine commited on
Commit
b34e9a9
Β·
verified Β·
1 Parent(s): 7df3afe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -11
Dockerfile CHANGED
@@ -2,17 +2,6 @@ FROM python:3.10-slim
2
 
3
  # ── System deps ───────────────────────────────────────────────────────────────
4
  RUN apt-get update && apt-get install -y --no-install-recommends \
5
- # OpenCV / image processing
6
- libgl1-mesa-glx \
7
- libglib2.0-0 \
8
- libsm6 \
9
- libxext6 \
10
- libxrender1 \
11
- libgomp1 \
12
- # Fonts for document rendering
13
- fonts-liberation \
14
- fonts-dejavu-core \
15
- # General utilities
16
  wget \
17
  curl \
18
  git \
 
2
 
3
  # ── System deps ───────────────────────────────────────────────────────────────
4
  RUN apt-get update && apt-get install -y --no-install-recommends \
 
 
 
 
 
 
 
 
 
 
 
5
  wget \
6
  curl \
7
  git \