Sakshiw1 commited on
Commit
d2a2e6a
·
verified ·
1 Parent(s): 915062b

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -16
Dockerfile DELETED
@@ -1,16 +0,0 @@
1
- FROM huggingface/transformers-pytorch-gpu
2
-
3
- # Install Tesseract
4
- RUN apt-get update && apt-get install -y tesseract-ocr tesseract-ocr-hin tesseract-ocr-eng
5
-
6
- # Set the working directory
7
- WORKDIR /app
8
-
9
- # Copy your application files
10
- COPY . .
11
-
12
- # Install Python dependencies
13
- RUN pip install -r requirements.txt
14
-
15
- # Set the command to run your app
16
- CMD ["streamlit", "run", "app.py"]