smishr-18 commited on
Commit
10b5827
·
1 Parent(s): f593d30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11
2
  RUN pip install opencv-python
3
  RUN apt-get update \
4
- && apt-get install tesseract-ocr \
5
 
6
  # Set the working directory in the container
7
  WORKDIR /app
 
1
  FROM python:3.11
2
  RUN pip install opencv-python
3
  RUN apt-get update \
4
+ && apt-get install tesseract-ocr
5
 
6
  # Set the working directory in the container
7
  WORKDIR /app