Skip to main content
Run GPU-accelerated Docker containers on a Runcrate instance. The 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

Test it:

5. Build and run your own image

6. Manage containers

Tips

  • Always use --gpus all to pass GPUs into the container.
  • The ubuntu-devbox template has Docker and nvidia-container-toolkit pre-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.

Cleanup