Skip to content

Commit f1c8e58

Browse files
committed
Second draft of custom Pod template tutorial
1 parent 9406328 commit f1c8e58

File tree

8 files changed

+391
-228
lines changed

8 files changed

+391
-228
lines changed

docs.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
},
1010
"background": {},
1111
"styling": {
12-
"codeblocks": "system"
12+
"codeblocks": {
13+
"theme": {
14+
"dark": "github-dark",
15+
"light": "github-light"
16+
}
17+
}
1318
},
1419
"icons": {
1520
"library": "fontawesome"

instant-clusters/slurm-clusters.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Slurm Clusters
33
sidebarTitle: Slurm Clusters
44
description: Deploy Slurm Clusters on Runpod with zero configuration
5-
tag: "NEW"
65
---
76

87
Runpod Slurm Clusters provide a managed high-performance computing and scheduling solution that enables you to rapidly create and manage Slurm Clusters with minimal setup.

pods/overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Each Pod consists of these core components:
3232

3333
Templates eliminate the need to manually set up environments, saving time and reducing configuration errors. For example, instead of installing PyTorch, configuring JupyterLab, and setting up all dependencies yourself, you can select an official Runpod PyTorch template and have everything ready to go instantly.
3434

35+
To learn how to create your own custom templates, see [Build a custom Pod template](/pods/templates/create-custom-template).
36+
3537
## Storage
3638

3739
Pods offer three types of storage to match different use cases:

0 commit comments

Comments
 (0)