Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +9 -1
Dockerfile
CHANGED
@@ -25,6 +25,14 @@ ENV PIP_INDEX_URL=https://mirrors.aliyun.com/pypi/simple/
|
|
25 |
|
26 |
RUN pip install --no-cache-dir pydantic mcp-proxy
|
27 |
|
|
|
|
|
|
|
|
|
28 |
RUN python -m playwright install --with-deps chromium
|
29 |
|
30 |
-
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
RUN pip install --no-cache-dir pydantic mcp-proxy
|
27 |
|
28 |
+
RUN pip install --no-cache-dir fastmcp crawl4ai trafilatura
|
29 |
+
|
30 |
+
RUN pip install --no-cache-dir gradio mcp openai -U
|
31 |
+
|
32 |
RUN python -m playwright install --with-deps chromium
|
33 |
|
34 |
+
RUN git clone https://github.com/modelscope/mcp-central.git
|
35 |
+
|
36 |
+
WORKDIR /app/mcp-central/examples/lite_research
|
37 |
+
|
38 |
+
ENTRYPOINT ['python', 'app.py']
|