Update Dockerfile
Browse files- 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
|