Merge pull request #570 from waychan23/main

fix: Web Pages connector not working due to lack of dependencies
This commit is contained in:
Rohan Verma 2025-12-12 12:23:05 -08:00 committed by GitHub
commit 1252817ac4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 . .