fix: (for docker installation) Web Pages connector not working due to lack of dependencies

This commit is contained in:
waychan23 2025-12-12 15:08:01 +08:00
parent a313387e0f
commit ce2fb5d012

View file

@ -59,7 +59,7 @@ RUN python -c "try:\n from docling.document_converter import DocumentConverte
# Install Playwright browsers for web scraping if needed
RUN pip install playwright && \
playwright install chromium
playwright install chromium --with-deps
# Copy source code
COPY . .