mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-28 21:01:55 +08:00
9 lines
204 B
Docker
9 lines
204 B
Docker
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 |