freddyaboulton HF staff commited on
Commit
5c52dfc
1 Parent(s): 16cb691

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ COPY --link --chown=1000 . .
7
 
8
  RUN mkdir -p /tmp/cache/
9
  RUN chmod a+rwx -R /tmp/cache/
 
10
  ENV TRANSFORMERS_CACHE=/tmp/cache/
11
 
12
  RUN pip install --no-cache-dir -r requirements.txt
 
7
 
8
  RUN mkdir -p /tmp/cache/
9
  RUN chmod a+rwx -R /tmp/cache/
10
+ RUN apt-get update && apt-get install -y poppler-utils tesseract-ocr chromium
11
  ENV TRANSFORMERS_CACHE=/tmp/cache/
12
 
13
  RUN pip install --no-cache-dir -r requirements.txt