mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-12 21:01:56 +08:00
Merge pull request #542 from AmazeQiu/pre/beta
This commit is contained in:
commit
bfe1f3b5d0
@ -1,8 +1,9 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
useradd -m -s /bin/bash app
|
||||
|
||||
USER app
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
|
||||
RUN pip install scrapegraphai
|
||||
RUN pip install scrapegraphai[burr]
|
||||
|
||||
RUN python3 -m playwright install-deps
|
||||
RUN python3 -m playwright install
|
||||
Loading…
Reference in New Issue
Block a user