InvictusRudra commited on
Commit
f16e4ce
1 Parent(s): 09ea754

Upload 2 files

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +3 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN python3 -m pip install --no-cache-dir --upgrade pip
8
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9
- RUN pip install poppler-utils
10
 
11
  COPY . .
12
 
 
6
 
7
  RUN python3 -m pip install --no-cache-dir --upgrade pip
8
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9
+ # RUN pip install poppler-utils
10
 
11
  COPY . .
12
 
requirements.txt CHANGED
@@ -2,4 +2,6 @@ panel
2
  transformers
3
  pdf2image
4
  easyocr
5
- notebook
 
 
 
2
  transformers
3
  pdf2image
4
  easyocr
5
+ notebook
6
+ pdf-info
7
+ poppler-utils