Update Dockerfile
Browse files- 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@
|
| 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": "
|
| 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 |
]
|