Scrapegraph-ai/Dockerfile
Marco Vinciguerra dc0a138a7e run pre commit
2025-01-12 16:35:31 +01:00

10 lines
266 B
Docker

FROM python:3.11-slim
RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir scrapegraphai
RUN pip install --no-cache-dir scrapegraphai[burr]
RUN python3 -m playwright install-deps
RUN python3 -m playwright install