Skip to content

docs: Pin runpod/pytorch image references to valid tag#653

Closed
promptless[bot] wants to merge 1 commit into
mainfrom
promptless/pin-pytorch-image-tag
Closed

docs: Pin runpod/pytorch image references to valid tag#653
promptless[bot] wants to merge 1 commit into
mainfrom
promptless/pin-pytorch-image-tag

Conversation

@promptless

@promptless promptless Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

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 @Promptless on a Promptless PR, Promptless will remember it for future suggestions 🧠

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@mintlify

mintlify Bot commented Jun 11, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Jun 11, 2026, 12:12 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@promptless

promptless Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

Closing as the same fix was already merged via PR #652. The pytorch image tag pinning is now live in main.

@promptless promptless Bot closed this Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants