phython96 commited on
Commit
2a0c586
1 Parent(s): c84a3fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -42,8 +42,7 @@ RUN git clone https://github.com/CraftJarvis/ROCKET-1.git && \
42
 
43
  WORKDIR $HOME/app/ROCKET-1/rocket/stark_tech
44
  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='.')" && \
45
- unzip -q MCP-Reborn.zip && rm MCP-Reborn.zip && \
46
- mkdir tmp
47
 
48
  WORKDIR $HOME/app/ROCKET-1/rocket/arm
49
  RUN git pull
 
42
 
43
  WORKDIR $HOME/app/ROCKET-1/rocket/stark_tech
44
  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='.')" && \
45
+ unzip -q MCP-Reborn.zip && rm MCP-Reborn.zip
 
46
 
47
  WORKDIR $HOME/app/ROCKET-1/rocket/arm
48
  RUN git pull