Skip to content

Conversation

@AmazeQiu
Copy link
Contributor

I used the Dockerfile listed in the project to build an image which just didn't work for runing the demo code in docs.
It still needs more installation about scrapegraphai[burr] and Playwright.

The following Dockerfile works well for me:

FROM python:3.11-slim

RUN apt-get update && apt-get upgrade -y

RUN pip install scrapegraphai
RUN pip install scrapegraphai[burr]

RUN python3 -m playwright install-deps
RUN python3 -m playwright install

the step

RUN python3 -m playwright install-deps

needs the root auth to run. That's why I remove USER app command

@VinciGit00 VinciGit00 merged commit bfe1f3b into ScrapeGraphAI:pre/beta Aug 12, 2024
@github-actions
Copy link

🎉 This issue has been resolved in version 1.14.0-beta.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This issue has been resolved in version 1.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants