We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aac7ff + 4a0872b commit 7ed16dbCopy full SHA for 7ed16db
Dockerfile
@@ -1,9 +1,9 @@
1
FROM python:3.11-slim
2
3
-RUN apt-get update && apt-get upgrade -y
+RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*
4
5
-RUN pip install scrapegraphai
6
-RUN pip install scrapegraphai[burr]
+RUN pip install --no-cache-dir scrapegraphai
+RUN pip install --no-cache-dir scrapegraphai[burr]
7
8
RUN python3 -m playwright install-deps
9
RUN python3 -m playwright install
0 commit comments