han145 commited on
Commit
f5d3971
·
verified ·
1 Parent(s): 3c72bd6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN update-ca-certificates && \
15
  git config --global url."https://github.com/".insteadOf ssh://git@github.com/
16
 
17
  # 4. OpenClaw 核心安装
18
- RUN npm install -g openclaw@latest --unsafe-perm
19
 
20
  # 5. 环境变量预设
21
  ENV PORT=7860 \
@@ -107,7 +107,7 @@ RUN mkdir -p /root/.openclaw && \
107
  "models": [
108
  {
109
  "id": "PLACEHOLDER_MODEL_ID",
110
- "name": "Kimi K2.6",
111
  "contextWindow": 131072
112
  }
113
  ]
 
15
  git config --global url."https://github.com/".insteadOf ssh://git@github.com/
16
 
17
  # 4. OpenClaw 核心安装
18
+ RUN npm install -g openclaw@2026.6.9 --unsafe-perm
19
 
20
  # 5. 环境变量预设
21
  ENV PORT=7860 \
 
107
  "models": [
108
  {
109
  "id": "PLACEHOLDER_MODEL_ID",
110
+ "name": "Glm-4.7-Flash",
111
  "contextWindow": 131072
112
  }
113
  ]