111
This commit is contained in:
parent
a71d98ab63
commit
55743afa25
@ -4,4 +4,4 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt # 禁用缓存减小体积
|
||||
COPY . .
|
||||
EXPOSE 8000
|
||||
CMD ["python3","./run.py"]
|
||||
CMD ["python3","run.py"]
|
||||
@ -10,4 +10,4 @@ services:
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
volumes:
|
||||
- .:/app
|
||||
- ..:/app
|
||||
@ -20,6 +20,7 @@ MarkupSafe==3.0.2
|
||||
mdurl==0.1.2
|
||||
multitasking==0.0.11
|
||||
numpy==2.2.1
|
||||
openai==1.57.0
|
||||
openpyxl==3.1.5
|
||||
pandas==2.2.3
|
||||
py==1.11.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user