Skip to content

Commit cc89de7

Browse files
committed
Updating CUDA filter recommendation
1 parent 6b38649 commit cc89de7

File tree

3 files changed

+20
-27
lines changed

3 files changed

+20
-27
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ helpers/__pycache__/** */
2929
# Webstorm
3030
.idea/*
3131

32-
CLAUDE.md
32+
CLAUDE.md
33+
/.mintlify-last

pods/manage-pods.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,24 @@ GPU configuration:
3131
4. Specify your **GPU count** if you need multiple GPUs.
3232
5. Click **Deploy On-Demand** to deploy and start your Pod.
3333

34+
<Warning>
35+
**CUDA Version Compatibility**
36+
37+
When using templates (especially community templates like `runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04`), ensure the host machine's CUDA driver version matches or exceeds the template's requirements.
38+
39+
If you encounter errors like "OCI runtime create failed" or "unsatisfied condition: cuda>=X.X", you need to filter for compatible machines:
40+
41+
1. Click **Additional filters** in the Pod creation interface
42+
2. Click **CUDA Versions** filter dropdown
43+
3. Select a CUDA version that matches or exceeds your template's requirements (e.g., if the template requires CUDA 12.8, select 12.8 or higher)
44+
45+
<Frame>
46+
<img src="/images/additional-filter-cuda-version.png" />
47+
</Frame>
48+
49+
**Note:** Check the template name or documentation for CUDA requirements. When in doubt, select the latest CUDA version as newer drivers are backward compatible.
50+
</Warning>
51+
3452
CPU configuration:
3553

3654
1. Select a **CPU type** (e.g., CPU3/CPU5, Compute Optimized, General Purpose, Memory-Optimized).

references/troubleshooting/cuda-version-issue.mdx

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)