smgc commited on
Commit
306b7a2
·
verified ·
1 Parent(s): bab1149

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
11
  COPY app.py .
12
 
13
  # 安装 Python 依赖
14
- RUN pip install --no-cache-dir fastapi uvicorn python-dotenv grpcio pydantic
15
 
16
  # 设置环境变量
17
  ENV PYTHONPATH=/app
 
11
  COPY app.py .
12
 
13
  # 安装 Python 依赖
14
+ RUN pip install --no-cache-dir fastapi uvicorn python-dotenv grpcio pydantic protobuf
15
 
16
  # 设置环境变量
17
  ENV PYTHONPATH=/app