Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,7 +40,7 @@ RUN pip install --no-cache-dir gradio mcp openai -U
|
|
40 |
|
41 |
RUN python -m playwright install --with-deps chromium
|
42 |
|
43 |
-
RUN
|
44 |
|
45 |
WORKDIR /app/mcp-central/examples/lite_research
|
46 |
|
|
|
40 |
|
41 |
RUN python -m playwright install --with-deps chromium
|
42 |
|
43 |
+
RUN git clone https://github.com/modelscope/mcp-central.git
|
44 |
|
45 |
WORKDIR /app/mcp-central/examples/lite_research
|
46 |
|