Templates

Pulserun offers pre-configured GPU environments so you can start working immediately.

Available Templates

TemplateDescriptionMin VRAMDefault Ports
PyTorch 2.3ML training with CUDA 12.18 GB8888
Jupyter LabInteractive notebooks with GPU8 GB8888
ComfyUIStable Diffusion node-based UI12 GB8188
vLLMHigh-throughput LLM inference24 GB8000
OllamaRun LLMs locally8 GB11434
TensorRT-LLMOptimized LLM inference24 GB8000
CustomYour own Docker imageConfigurable

Selecting a Template

When launching an instance, choose from the template gallery. Each template shows:

  • Description and use case
  • Minimum VRAM requirement
  • Pre-installed software
  • Default exposed ports

Custom Docker Images

Select Custom and provide your Docker image:

{
  "template": "custom",
  "docker_image": "your-registry/your-image:tag",
  "ports": [8080, 8888]
}

See Custom Templates for details.