vkumartr commited on
Commit
f02d809
·
verified ·
1 Parent(s): 411756d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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