Skip to main content
templates are pre-configured Docker image setups that let you quickly spin up Pods without manual environment configuration. Instead of installing PyTorch, configuring JupyterLab, and setting up dependencies yourself, you can select a template and have everything ready instantly.

Template types

TypeDescriptionSupport
OfficialCurated by Runpod with proven demand and maintained quality. Regularly tested and updated.Full Runpod support
CommunityCreated by users and promoted based on community usage. Wide variety of specialized configurations.Community Discord only
CustomCreated by you for specialized workloads. Can be private or shared publicly.Self-supported
Runpod does not maintain or provide customer support for community templates. If you encounter issues, contact the template creator directly or seek help on the community Discord.

What templates include

Templates contain all components needed to launch a fully configured Pod:
  • Container image: The Docker image with all software packages and dependencies.
  • Hardware specifications: Container disk size, volume size, and mount paths.
  • Network settings: Exposed HTTP and TCP ports for web UIs or APIs.
  • Environment variables: Pre-configured settings that customize application behavior.
  • Startup commands: Instructions that run when the Pod launches.