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 4ef1564 commit b04f578Copy full SHA for b04f578
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