Skip to content

update Dockerfile #542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 12, 2024
Merged

update Dockerfile #542

merged 2 commits into from
Aug 12, 2024

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
Copy link

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

The release is available on:

Your semantic-release bot 📦🚀

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