SFEREWQW commited on
Commit
95e8a89
·
verified ·
1 Parent(s): 6e01121

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -1
Dockerfile CHANGED
@@ -78,4 +78,9 @@ EXPOSE 7860
78
 
79
  COPY --chown=user:user . /code
80
  CMD ["sh", "-c", "python init_playwright.py && python app.py"]
81
- # CMD ["python", "app.py"]
 
 
 
 
 
 
78
 
79
  COPY --chown=user:user . /code
80
  CMD ["sh", "-c", "python init_playwright.py && python app.py"]
81
+ # CMD ["python", "app.py"]
82
+ RUN apt-get update && apt-get install -y \
83
+ poppler-utils \
84
+ tesseract-ocr \
85
+ libgl1 \
86
+ && rm -rf /var/lib/apt/lists/*