Merge branch 'feature/moshui20260330-schedule-job' into bot_manager
This commit is contained in:
commit
9d422eb3e7
@ -41,7 +41,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
# 安装 Playwright 并下载 Chromium
|
||||
RUN pip install --no-cache-dir playwright && \
|
||||
playwright install chromium
|
||||
RUN npm install -g playwright sharp && \
|
||||
RUN npm install -g playwright sharp nodemailer dotenv && \
|
||||
npx playwright install chromium
|
||||
|
||||
# 复制应用代码
|
||||
|
||||
@ -42,7 +42,7 @@ RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple/ -r req
|
||||
# 安装 Playwright 并下载 Chromium
|
||||
RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple/ playwright && \
|
||||
playwright install chromium
|
||||
RUN npm install -g playwright sharp && \
|
||||
RUN npm install -g playwright sharp nodemailer dotenv && \
|
||||
npx playwright install chromium
|
||||
|
||||
# 安装modelscope
|
||||
|
||||
Loading…
Reference in New Issue
Block a user