ubuntu-devbox template includes Docker and the NVIDIA Container Toolkit — pull any image and pass through the GPU with --gpus all.
1. Deploy a devbox
2. Verify Docker and GPU access
3. Run a PyTorch container
4. Run vLLM in a container
5. Build and run your own image
6. Manage containers
Tips
- Always use
--gpus allto pass GPUs into the container. - The
ubuntu-devboxtemplate has Docker andnvidia-container-toolkitpre-installed. - For multi-GPU instances, all GPUs are available inside the container with
--gpus all. - Docker images are not persisted across instance restarts. Attach a volume or use a registry.