tastelikefeet commited on
Commit
d6e89f4
·
verified ·
1 Parent(s): 3825bef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 --chown=user git clone https://github.com/modelscope/mcp-central.git
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