phython96 commited on
Commit
4a32a7f
1 Parent(s): eae186f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -1
Dockerfile CHANGED
@@ -34,4 +34,10 @@ RUN git clone https://github.com/CraftJarvis/ROCKET-1.git && \
34
  pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -e .
35
 
36
  WORKDIR /app/ROCKET-1/rocket/realtime_sam
37
- RUN pip install -e .
 
 
 
 
 
 
 
34
  pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -e .
35
 
36
  WORKDIR /app/ROCKET-1/rocket/realtime_sam
37
+ RUN pip install -e .
38
+
39
+ WORKDIR /app/ROCKET-1/rocket/stark_tech
40
+ RUN python -c "from huggingface_hub import hf_hub_download;hf_hub_download(repo_id='phython96/ROCKET-MCP-Reborn', filename='MCP-Reborn.zip', local_dir='.')" && \
41
+ unzip MCP-Reborn.zip && rm MCP-Reborn.zip
42
+
43
+ RUN python env_interface.py