StarrySkyWorld commited on
Commit
8c7592c
·
verified ·
1 Parent(s): 713f289

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.11-slim
5
  WORKDIR /app
6
 
7
  # 安装必要的库:mcp SDK 和用于发送请求的 httpx
8
- RUN pip install --no-cache-dir mcp httpx
9
 
10
  # 复制脚本到容器内
11
  COPY main.py .
 
5
  WORKDIR /app
6
 
7
  # 安装必要的库:mcp SDK 和用于发送请求的 httpx
8
+ RUN pip install --no-cache-dir mcp httpx fastmcp
9
 
10
  # 复制脚本到容器内
11
  COPY main.py .