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