sharim-jamal commited on
Commit
0ea1e8e
·
verified ·
1 Parent(s): 744239f

Rename Dockerfile to packages.txt

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -26
  2. packages.txt +2 -0
Dockerfile DELETED
@@ -1,26 +0,0 @@
1
- FROM python:3.10
2
-
3
- # Install all apt packages in one step
4
- RUN apt-get update && apt-get install -y \
5
- git \
6
- git-lfs \
7
- ffmpeg \
8
- libsm6 \
9
- libxext6 \
10
- cmake \
11
- rsync \
12
- libgl1 \
13
- libglx-mesa1 \
14
- tesseract-ocr-all \
15
- poppler-utils \
16
- && rm -rf /var/lib/apt/lists/* \
17
- && git lfs install
18
-
19
- # Set working directory
20
- WORKDIR /home/user/app
21
-
22
- # Copy code
23
- COPY . /home/user/app
24
-
25
- # Install Python dependencies
26
- RUN pip install --no-cache-dir -r requirements.txt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
packages.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ tesseract-ocr-all
2
+ poppler-utils