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 4ef1564 + b04f578 commit 4e57b56Copy full SHA for 4e57b56
1 file changed
Dockerfile
@@ -0,0 +1,8 @@
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
7
8
+RUN pip install scrapegraphai
0 commit comments