aimanathar commited on
Commit
ab952be
·
verified ·
1 Parent(s): 2318af8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -18,3 +18,6 @@ COPY . .
18
 
19
  # Start app
20
  CMD ["python", "app.py"]
 
 
 
 
18
 
19
  # Start app
20
  CMD ["python", "app.py"]
21
+
22
+ RUN apt-get update && apt-get install -y poppler-utils tesseract-ocr
23
+