Skip to content
Discussion options

You must be logged in to vote

Here's what ended up working for me using NemoClaw v0.0.9

  • clone the NemoClaw repo locally
  • manually rebuild the sandbox-base container locally by
    • modifying one line in Dockerfile.base:
      #  in `Dockerfile.base` change this line  
      RUN npm install -g [email protected] \
      # to whatever version of OpenClaw you need
      RUN npm install -g [email protected] \
      
    • rebuild the container image and save locally
      docker buildx build --load -f Dockerfile.base -t sandbox-base-openclaw-2026.3.22:latest .
      
  • then modify Dockerfile
    # in `Dockerfile` change this line 
    ARG BASE_IMAGE=ghcr.io/nvidia/nemoclaw/sandbox-base:latest
    # to 
    ARG BASE_IMAGE=sandbox-base-openclaw-2026.3.22:latest
    
  • then run the install.sh

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jhthompson12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant