Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
+
|