ZeroTraceX commited on
Commit
1b23642
·
verified ·
1 Parent(s): 30e2e7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -2,11 +2,7 @@ FROM python:3.9-slim
2
 
3
  # Install system dependencies including poppler-utils and tesseract
4
  RUN apt-get update && apt-get install -y \
5
- poppler-utils \
6
  tesseract-ocr \
7
- tesseract-ocr-eng \
8
- libgl1-mesa-glx \
9
- libglib2.0-0 \
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  # Set environment variable for Tesseract
 
2
 
3
  # Install system dependencies including poppler-utils and tesseract
4
  RUN apt-get update && apt-get install -y \
 
5
  tesseract-ocr \
 
 
 
6
  && rm -rf /var/lib/apt/lists/*
7
 
8
  # Set environment variable for Tesseract