yadinae commited on
Commit
28a3adb
·
verified ·
1 Parent(s): 29f452b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN curl -fsSL https://opencode.ai/install | bash
15
  RUN pip3 install huggingface_hub --break-system-packages
16
 
17
  # 5. 安装Hermes agent
18
- RUN curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
19
 
20
  # 6. 脚本进场
21
  COPY entrypoint.sh /entrypoint.sh
 
15
  RUN pip3 install huggingface_hub --break-system-packages
16
 
17
  # 5. 安装Hermes agent
18
+ RUN npm install -g openclaw@latest
19
 
20
  # 6. 脚本进场
21
  COPY entrypoint.sh /entrypoint.sh