From 55743afa25ff4ce1e135d2622c8bbb5e4497c1bc Mon Sep 17 00:00:00 2001 From: ycg <3208975282@qq.com> Date: Thu, 20 Nov 2025 17:07:45 +0800 Subject: [PATCH] 111 --- dokcer/DockerFile | 2 +- dokcer/docker-compose.yml | 2 +- requirements.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dokcer/DockerFile b/dokcer/DockerFile index 613424c..6f14d75 100644 --- a/dokcer/DockerFile +++ b/dokcer/DockerFile @@ -4,4 +4,4 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # 禁用缓存减小体积 COPY . . EXPOSE 8000 -CMD ["python3","./run.py"] \ No newline at end of file +CMD ["python3","run.py"] \ No newline at end of file diff --git a/dokcer/docker-compose.yml b/dokcer/docker-compose.yml index 7763a72..571904c 100644 --- a/dokcer/docker-compose.yml +++ b/dokcer/docker-compose.yml @@ -10,4 +10,4 @@ services: environment: - PYTHONUNBUFFERED=1 volumes: - - .:/app \ No newline at end of file + - ..:/app \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index f0ff2a2..7771508 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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