docs: Pin runpod/pytorch image references to valid tag#653
docs: Pin runpod/pytorch image references to valid tag#653promptless[bot] wants to merge 1 commit into
Conversation
The :latest tag for runpod/pytorch returns HTTP 404, causing Pod creation failures under Layer 2 image verification enforcement. Updated documentation examples to use a published tag.
|
|
||
| <ResponseField name="--image" type="string"> | ||
| Docker image to use (e.g., `runpod/pytorch:latest`). Required if no template specified. | ||
| Docker image to use (e.g., `runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04`). Required if no template specified. |
There was a problem hiding this comment.
Updated runpod/pytorch:latest to runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04 per PR #285 which pins the README reference to a published tag that resolves under Layer 2 image verification.
Source: runpod/runpodctl#285
| ```bash | ||
| # Create a Pod template | ||
| runpodctl template create --name "my-template" --image "runpod/pytorch:latest" | ||
| runpodctl template create --name "my-template" --image "runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04" |
There was a problem hiding this comment.
Updated runpod/pytorch:latest to runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04 per PR #285 which pins the README reference to a published tag that resolves under Layer 2 image verification.
Source: runpod/runpodctl#285
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Closing as the same fix was already merged via PR #652. The pytorch image tag pinning is now live in main. |
Open this suggestion in Promptless to view citations and reasoning process
Updates documentation examples that referenced runpod/pytorch:latest (which returns HTTP 404) to use the pinned tag runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04. This aligns with runpod/runpodctl PR #285 and prevents users from encountering Layer 2 image verification failures when copy-pasting example commands.
Trigger Events
Tip: Whenever you leave a comment tagged
@Promptlesson a Promptless PR, Promptless will remember it for future suggestions 🧠