aimanathar commited on
Commit
a15eb66
·
verified ·
1 Parent(s): f2effe9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -21,3 +21,6 @@ CMD ["python", "app.py"]
21
 
22
  RUN apt-get update && apt-get install -y poppler-utils tesseract-ocr
23
 
 
 
 
 
21
 
22
  RUN apt-get update && apt-get install -y poppler-utils tesseract-ocr
23
 
24
+ RUN pip install googletrans==4.0.0-rc1
25
+
26
+