phython96 commited on
Commit
f0b7817
·
verified ·
1 Parent(s): 4a32a7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,6 +38,6 @@ 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
 
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 -q MCP-Reborn.zip && rm MCP-Reborn.zip
42
 
43
  RUN python env_interface.py