Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -15,6 +15,9 @@ RUN pip install pymongo
|
|
| 15 |
# Install JsonSchema for JSON Validation
|
| 16 |
RUN pip install jsonschema
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
# Install paddlepaddle (latest stable version)
|
| 19 |
RUN pip install paddlepaddle -i https://pypi.org/simple
|
| 20 |
|
|
|
|
| 15 |
# Install JsonSchema for JSON Validation
|
| 16 |
RUN pip install jsonschema
|
| 17 |
|
| 18 |
+
#Install pdf2image dependency
|
| 19 |
+
RUN pip install --no-cache-dir pdf2image
|
| 20 |
+
|
| 21 |
# Install paddlepaddle (latest stable version)
|
| 22 |
RUN pip install paddlepaddle -i https://pypi.org/simple
|
| 23 |
|