smishr-18 commited on
Commit
6e2d085
1 Parent(s): 10b5827

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,7 +1,6 @@
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 && apt-get install tesseract-ocr
 
4
 
5
  # Set the working directory in the container
6
  WORKDIR /app