ChintanSatva commited on
Commit
e594238
·
verified ·
1 Parent(s): 1a27bf2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -2,11 +2,8 @@ FROM python:3.10-slim
2
 
3
  WORKDIR /app
4
 
5
- # Install system dependencies
6
  RUN apt-get update && apt-get install -y \
7
- tesseract-ocr \
8
- libtesseract-dev \
9
- poppler-utils \
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  # Copy requirements file
 
2
 
3
  WORKDIR /app
4
 
5
+ # Install system dependencies (none needed for categorization)
6
  RUN apt-get update && apt-get install -y \
 
 
 
7
  && rm -rf /var/lib/apt/lists/*
8
 
9
  # Copy requirements file