Skip to content

fix: replace legacy setup.sh chain with nemoclaw onboard guidance - #195

Merged
kjw3 merged 1 commit into
mainfrom
fix/setup-spark-no-legacy-setup
Mar 17, 2026
Merged

fix: replace legacy setup.sh chain with nemoclaw onboard guidance#195
kjw3 merged 1 commit into
mainfrom
fix/setup-spark-no-legacy-setup

Conversation

@ericksoa

@ericksoa ericksoa commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes #165setup-spark.sh chained into the deprecated setup.sh after the cgroup fix. Now it prints a success message directing the user to nemoclaw onboard.

setup-spark.sh chained into the deprecated setup.sh after the cgroup
fix, which is the wrong path. Now it prints a success message directing
the user to run `nemoclaw onboard`.

Closes #165

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kjw3

kjw3 commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Reviewing now

@kjw3

kjw3 commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Before:

$~/git/nvidia/NemoClaw$ nemoclaw setup-spark
>>> User 'kejones' already in docker group
>>> Docker daemon already configured for cgroupns=host
>>> Running NemoClaw setup...

After:

$~/git/nvidia/NemoClaw$ nemoclaw setup-spark
>>> User 'kejones' already in docker group
>>> Docker daemon already configured for cgroupns=host

>>> DGX Spark Docker configuration complete.
>>> 
>>> Next step: run 'nemoclaw onboard' to set up your sandbox.
>>>   nemoclaw onboard

@kjw3
kjw3 merged commit 7fb76b3 into main Mar 17, 2026
Ryuketsukami pushed a commit to Ryuketsukami/NemoClaw that referenced this pull request Mar 24, 2026
…IDIA#195)

setup-spark.sh chained into the deprecated setup.sh after the cgroup
fix, which is the wrong path. Now it prints a success message directing
the user to run `nemoclaw onboard`.

Closes NVIDIA#165

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jessesanford pushed a commit to jessesanford/NemoClaw that referenced this pull request Mar 24, 2026
…IDIA#195)

setup-spark.sh chained into the deprecated setup.sh after the cgroup
fix, which is the wrong path. Now it prints a success message directing
the user to run `nemoclaw onboard`.

Closes NVIDIA#165

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
mafueee pushed a commit to mafueee/NemoClaw that referenced this pull request Mar 28, 2026
* Removed network access docs

* Simplified docs for sandboxes and inference

* Fixed build

* docs(inference): clarify local inference routing

* docs(inference): update provider and model examples

* docs: add Docker prerequisite warning for connection-refused error

Made-with: Cursor

* Minor edits to quickstart safety and privacy

* Doc restructured

* removed tutorials

* Added tutorial

* Inference section reformatting

* Updated CLI ref

* removed troubleshooting

* Updated inference

* Updated pip install command for bug bash

* Updated arch diagram

* Updated tutorial

* Updated install commands

* Updated getting started

* Updated brev link

---------

Co-authored-by: Piotr Mlocek <pmlocek@nvidia.com>
@wscurran wscurran added the bug-fix PR fixes a bug or regression label Jun 8, 2026
@cv
cv deleted the fix/setup-spark-no-legacy-setup branch June 28, 2026 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug-fix PR fixes a bug or regression

Projects

None yet

Development

Successfully merging this pull request may close these issues.

setup-spark.sh chains into deprecated setup.sh instead of directing to nemoclaw onboard

4 participants