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.
1 parent 8e1c9f2 commit 427666fCopy full SHA for 427666f
Dockerfile
@@ -1,8 +1,9 @@
1
FROM python:3.11-slim
2
3
-RUN apt-get update && apt-get upgrade -y && \
4
-useradd -m -s /bin/bash app
5
-
6
-USER app
+RUN apt-get update && apt-get upgrade -y
7
8
RUN pip install scrapegraphai
+RUN pip install scrapegraphai[burr]
+
+RUN python3 -m playwright install-deps
9
+RUN python3 -m playwright install
0 commit comments