sreepathi-ravikumar commited on
Commit
0728713
·
verified ·
1 Parent(s): 809f4e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -12,6 +12,8 @@ RUN pip install --no-cache-dir -r requirements.txt
12
  COPY app.py image_fetcher.py video.py ./
13
  RUN apt-get update && apt-get install -y ffmpeg
14
  RUN apt-get update && apt-get install -y fonts-liberation
 
 
15
 
16
  # Expose port 5000 (Flask default)
17
  EXPOSE 7860
 
12
  COPY app.py image_fetcher.py video.py ./
13
  RUN apt-get update && apt-get install -y ffmpeg
14
  RUN apt-get update && apt-get install -y fonts-liberation
15
+ RUN apt-get update && apt-get install -y tesseract-ocr
16
+
17
 
18
  # Expose port 5000 (Flask default)
19
  EXPOSE 7860