Scrapegraph-ai/Dockerfile
2024-08-12 17:37:02 +08:00

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