Skip to content

Commit baf3c99

Browse files
committed
Fix video frames
1 parent 20cc7c2 commit baf3c99

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

pods/storage/create-network-volumes.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,13 @@ For a deeper dive into potential benefits, read this [blog article on network vo
135135

136136
You can migrate files from one network volume to another using `runpodctl send` and `receive` on two running Pods. Watch this video tutorial for a step-by-step walkthrough:
137137

138-
<iframe width="900" height="508" src="https://www.youtube.com/embed/gnSLRrlBfcA" title="How to Clone Network Volumes Using Runpodctl" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
139-
138+
<Frame>
139+
<iframe width="900"
140+
height="508"
141+
src="https://www.youtube.com/embed/gnSLRrlBfcA"
142+
title="How to clone network volumes using runpodctl"
143+
frameborder="0"
144+
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
145+
referrerpolicy="strict-origin-when-cross-origin">
146+
</iframe>
147+
</Frame>

serverless/overview.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ description: "Pay-as-you-go compute for AI models and compute-intensive workload
66
Runpod Serverless is a cloud computing platform that lets you run AI models and compute-intensive workloads without managing servers. You only pay for the actual compute time you use, with no idle costs when your application isn't processing requests.
77

88
<Frame>
9-
<iframe width="900" height="508" src="https://www.youtube.com/embed/8HzN9HxYZxc" title="Runpod Serverless Made Simple - Introduction To Serverless Functions and Workers" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
9+
<iframe width="900"
10+
height="508"
11+
src="https://www.youtube.com/embed/8HzN9HxYZxc"
12+
title="Runpod Serverless Made Simple - Introduction To Serverless Functions and Workers"
13+
frameborder="0"
14+
allow="fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
15+
referrerpolicy="strict-origin-when-cross-origin">
16+
</iframe>
1017
</Frame>
1118

1219
## Why use Serverless?

0 commit comments

Comments
 (0)