From 75a5d88a6f42f7bb7202ec87fae6c4fef1a68245 Mon Sep 17 00:00:00 2001 From: gitricko Date: Tue, 24 Mar 2026 05:28:32 +0000 Subject: [PATCH 1/4] Update node and OC --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index cfa0912..35c9297 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ -ARG OPENCLAW_VERSION=2026.3.13 +ARG OPENCLAW_VERSION=2026.3.22 ARG OLLAMA_VERSION=0.18.2 -ARG NODE_VERSION=22 +ARG NODE_VERSION=24 # Use the official Ollama image to get the binary FROM ollama/ollama:${OLLAMA_VERSION} AS ollama-bin From 1a0b249c99e663fc0ef30ed300966d4b071362ed Mon Sep 17 00:00:00 2001 From: gitricko Date: Tue, 24 Mar 2026 06:21:32 +0000 Subject: [PATCH 2/4] fix npm errors during first boot --- README.md | 4 ++-- docker/Dockerfile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9fbac9..15247aa 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ Perfect for: 5. Inside the WebTop desktop: - Open a terminal → `ollama signin` (sign in via the Chromium browser that pops up) ollama-signin - Pull a model: `ollama pull kimi-k2.5:cloud` (or any model you like) -- Launch: `ollama launch openclaw --model kimi-k2.5:cloud` -- (If there is errors/After first launch) `openclaw gateway run` or `openclaw gateway restart` +- Launch: `ollama launch openclaw --model kimi-k2.5:cloud --skip-health` +- (After first launch) `openclaw gateway run` or `openclaw gateway restart` - Finally: `openclaw dashboard` → copy the tokenized URL 5. Open Chromium inside WebTop and paste the dashboard URL. diff --git a/docker/Dockerfile b/docker/Dockerfile index 35c9297..e47efe1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -27,6 +27,7 @@ RUN echo "runuser -l abc -c 'ollama serve &'" > /custom-cont-init.d/start-ollama chmod +x /custom-cont-init.d/start-ollama.sh RUN echo "rm -rf /config/.npm" >> /custom-cont-init.d/init-openclaw.sh && \ echo "chown abc:abc -R /usr/local/lib/node_modules &" >> /custom-cont-init.d/init-openclaw.sh && \ + echo "chown abc:abc -R /usr/local/bin &" >> /custom-cont-init.d/init-openclaw.sh && \ chmod +x /custom-cont-init.d/init-openclaw.sh EXPOSE 11434 From 565a3447f4d0cde5dab14dcdac2651e84373f44d Mon Sep 17 00:00:00 2001 From: gitricko Date: Tue, 24 Mar 2026 06:29:44 +0000 Subject: [PATCH 3/4] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15247aa..f9fbac9 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ Perfect for: 5. Inside the WebTop desktop: - Open a terminal → `ollama signin` (sign in via the Chromium browser that pops up) ollama-signin - Pull a model: `ollama pull kimi-k2.5:cloud` (or any model you like) -- Launch: `ollama launch openclaw --model kimi-k2.5:cloud --skip-health` -- (After first launch) `openclaw gateway run` or `openclaw gateway restart` +- Launch: `ollama launch openclaw --model kimi-k2.5:cloud` +- (If there is errors/After first launch) `openclaw gateway run` or `openclaw gateway restart` - Finally: `openclaw dashboard` → copy the tokenized URL 5. Open Chromium inside WebTop and paste the dashboard URL. From 5a948cce2ab574c89a9ed399fc042ec64a0c40d1 Mon Sep 17 00:00:00 2001 From: gitricko Date: Tue, 24 Mar 2026 06:34:20 +0000 Subject: [PATCH 4/4] update docu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9fbac9..8cd5f3e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Perfect for: 5. Inside the WebTop desktop: - Open a terminal → `ollama signin` (sign in via the Chromium browser that pops up) ollama-signin - Pull a model: `ollama pull kimi-k2.5:cloud` (or any model you like) -- Launch: `ollama launch openclaw --model kimi-k2.5:cloud` +- Launch: `ollama launch openclaw --model kimi-k2.5:cloud --yes` (Use this command for fresh codespace) - (If there is errors/After first launch) `openclaw gateway run` or `openclaw gateway restart` - Finally: `openclaw dashboard` → copy the tokenized URL