feat: add autoresearch-spark sandbox for DGX Spark (GB10)#40
Draft
feat: add autoresearch-spark sandbox for DGX Spark (GB10)#40
Conversation
Add a containerized sandbox for running karpathy/autoresearch on the NVIDIA DGX Spark (GB10 / Blackwell). Uses CUDA 13.0 devel base image for sm_121a ptxas support with PyTorch cu128 wheels. Includes vendored autoresearch code (prepare.py, train.py, generate.py, program.md, LEARNINGS.md), a Dockerfile mirroring the community base devtools (Claude, Codex, OpenCode, gh, uv), and split runtime/dev network policies.
- Add SPDX license headers to prepare.py, train.py, generate.py, pyproject.toml (required by license-check CI) - Add ARG BASE_IMAGE to Dockerfile so the CI build workflow's parent sandbox grep doesn't fail under set -e (the ARG is unused since this image pins its own CUDA 13.0 base directly)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sandboxes/autoresearch-spark/— a containerized sandbox for running karpathy/autoresearch on the NVIDIA DGX Spark (GB10 / Blackwell)nvidia/cuda:13.0.0-cudnn-devel-ubuntu24.04as base image for sm_121a ptxas support (Triton kernel compilation), with PyTorch cu128 wheelsWhat's included
Key design decisions
uv syncruns at build timeQuick start