Notes to Self

Alex Sokolsky's Notes on Computers and Programming

Installing and using NVIDIA NemoClaw

NemoClaw

Prerequisites

Install node.

Install docker.

Install OpenShell:

curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | sh

Verify OpenShell install:

> openshell --version
openshell 0.0.10

Installation

curl -fsSL https://www.nvidia.com/nemoclaw.sh | sudo bash