smgc commited on
Commit
bab1149
·
verified ·
1 Parent(s): 8da1a08

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
9
 
10
  # 复制应用文件
11
  COPY app.py .
12
- COPY requirements.txt .
13
 
14
  # 安装 Python 依赖
15
  RUN pip install --no-cache-dir fastapi uvicorn python-dotenv grpcio pydantic
 
9
 
10
  # 复制应用文件
11
  COPY app.py .
 
12
 
13
  # 安装 Python 依赖
14
  RUN pip install --no-cache-dir fastapi uvicorn python-dotenv grpcio pydantic