Skip to content

Commit d95744e

Browse files
committed
Update description
1 parent 1840cbb commit d95744e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pods/templates/create-custom-template.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Create a custom Pod template"
33
sidebarTitle: "Create a custom template"
4-
description: "Learn how to extend official Runpod templates to create your own Pod templates."
4+
description: "A step-by-step guide to extending official Runpod's official templates."
55
---
66

7-
This tutorial shows how to create custom Pod templates by extending official Runpod base images with additional Python dependencies and pre-baked ML models. You'll learn the complete workflow from Dockerfile creation to deployment and testing.
7+
This tutorial shows how to create custom Pod templates by extending Runpod's official base images with additional Python dependencies and pre-baked ML models. You'll learn the complete workflow from Dockerfile creation to deployment and testing.
88

99
Custom templates allow you to package your specific dependencies, models, and configurations into reusable Docker images that can be deployed as Pods. This approach saves time during Pod initialization and ensures consistent environments across deployments.
1010

0 commit comments

Comments
 (0)