Local testing requires an NVIDIA GPU and Docker with GPU support. If you don’t have your own GPU, you can skip this step and deploy directly to Reactor.
Run your model locally
Build and run your Docker image with GPU access and your weights mounted:Connect with the SDK
The Reactor SDK has a local mode that connects directly to your running container, bypassing the production coordinator. No API key or authentication needed.http://localhost:8080. To use a different port, pass apiUrl:
What to check
- Model loads - No tracebacks in the container logs after
load()runs. - Video streams - The SDK receives frames and renders video.
- State changes work - Send a command (e.g., change the prompt) and verify the output changes.