mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
Merge pull request #570 from waychan23/main
fix: Web Pages connector not working due to lack of dependencies
This commit is contained in:
commit
1252817ac4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue