1
0

优化ai服务适配

This commit is contained in:
2025-02-10 11:24:49 +08:00
parent bb7f855b04
commit 324fd305ff
5 changed files with 330 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.12-alpine
RUN pip install --upgrade pip \
&& pip install --no-cache-dir flask waitress zhipuai \
&& pip install --no-cache-dir flask waitress openai \
&& mkdir -p /app
WORKDIR /app
COPY ai-server.py /app/ai-server.py