DIVY118 commited on
Commit
1af107c
1 Parent(s): ad751bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,8 +2,6 @@ FROM python:3.12
2
 
3
  WORKDIR /code
4
 
5
- COPY ./requirements.txt /code/requirements.txt
6
-
7
  RUN pip install easyocr opencv-python flask
8
 
9
  COPY . .
 
2
 
3
  WORKDIR /code
4
 
 
 
5
  RUN pip install easyocr opencv-python flask
6
 
7
  COPY . .