Description
During nemoclaw onboard, the sandbox image builds successfully (~2.6 GB), but the subsequent push/import of the image into the OpenShell gateway consistently fails with a timeout error.
This was originally reported on Reddit by u/alpadrino6.
Environment
- OS: Ubuntu (local machine)
- GPU: None (using cloud inference)
- OpenShell: 0.0.10
- NemoClaw: 0.1.0 (npm global install)
- Docker: Running and healthy
Steps to Reproduce
- Install
nemoclaw 0.1.0 globally via npm
- Install
openshell 0.0.10
- Run
nemoclaw onboard
- Complete preflight checks (pass)
- Wait for Docker image build to complete (succeeds, ~2.6 GB)
- Observe failure at step [3/7] during image push into the gateway
Expected Behavior
The sandbox image should be successfully pushed/imported into the OpenShell gateway after building.
Actual Behavior
[3/7] Creating sandbox ... Successfully built openshell/sandbox-from:
Pushing image openshell/sandbox-from: into gateway "nemoclaw"
Error: × failed to read image export stream
└─▶ Timeout error
Additional Observations
- The failure occurs after the Docker build, specifically during the image push/import into the gateway
- The gateway container (
openshell-cluster-nemoclaw) remains healthy throughout
- Retrying
nemoclaw onboard reproduces the same error consistently
- Direct OpenShell sandboxes work fine (
openshell sandbox create / openshell sandbox connect), but they are not recognized by NemoClaw (nemoclaw list shows none)
- This appears to be a timeout on the image export pipeline for large images (~2.6 GB)
Workarounds Attempted (none resolved the issue)
- Freed port 8080 (was previously in use by another process)
- Restarted Docker and the gateway
- Clean reinstall of
nemoclaw
- Verified PATH and npm global install
- Deleted existing sandboxes and retried onboarding
Questions
- Is there a way to increase the timeout for the image import step?
- Could the image be imported in a chunked/streamed fashion to avoid the timeout for large images?
- Is there a way to bootstrap a NemoClaw sandbox from an existing OpenShell sandbox?
References
Description
During
nemoclaw onboard, the sandbox image builds successfully (~2.6 GB), but the subsequent push/import of the image into the OpenShell gateway consistently fails with a timeout error.This was originally reported on Reddit by u/alpadrino6.
Environment
Steps to Reproduce
nemoclaw0.1.0 globally via npmopenshell0.0.10nemoclaw onboardExpected Behavior
The sandbox image should be successfully pushed/imported into the OpenShell gateway after building.
Actual Behavior
Additional Observations
openshell-cluster-nemoclaw) remains healthy throughoutnemoclaw onboardreproduces the same error consistentlyopenshell sandbox create/openshell sandbox connect), but they are not recognized by NemoClaw (nemoclaw listshows none)Workarounds Attempted (none resolved the issue)
nemoclawQuestions
References