This commit is contained in:
ycg 2025-11-20 17:07:45 +08:00
parent a71d98ab63
commit 55743afa25
3 changed files with 3 additions and 2 deletions

View File

@ -4,4 +4,4 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt # 禁用缓存减小体积 RUN pip install --no-cache-dir -r requirements.txt # 禁用缓存减小体积
COPY . . COPY . .
EXPOSE 8000 EXPOSE 8000
CMD ["python3","./run.py"] CMD ["python3","run.py"]

View File

@ -10,4 +10,4 @@ services:
environment: environment:
- PYTHONUNBUFFERED=1 - PYTHONUNBUFFERED=1
volumes: volumes:
- .:/app - ..:/app

View File

@ -20,6 +20,7 @@ MarkupSafe==3.0.2
mdurl==0.1.2 mdurl==0.1.2
multitasking==0.0.11 multitasking==0.0.11
numpy==2.2.1 numpy==2.2.1
openai==1.57.0
openpyxl==3.1.5 openpyxl==3.1.5
pandas==2.2.3 pandas==2.2.3
py==1.11.0 py==1.11.0