Skip to content

fix: correct gpu id, docker image, and completion in runpodctl skill#11

Merged
TimPietruskyRunPod merged 1 commit intomainfrom
fix/runpodctl-gpu-id-and-image
Mar 24, 2026
Merged

fix: correct gpu id, docker image, and completion in runpodctl skill#11
TimPietruskyRunPod merged 1 commit intomainfrom
fix/runpodctl-gpu-id-and-image

Conversation

@TimPietruskyRunPod
Copy link
Copy Markdown
Member

Summary

  • GPU ID: "NVIDIA RTX 4090" is not a valid GPU ID from the API — corrected to "NVIDIA GeForce RTX 4090" (3 occurrences)
  • Docker image: replaced outdated pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04 with pytorch:1.0.3-cu1281-torch291-ubuntu2404
  • Completion: runpodctl completion bash >> ~/.bashrc doesn't work — the actual command is runpodctl completion which auto-detects the shell and installs

Companion PR: runpod/runpodctl#260

…podctl skill

- gpu id: "NVIDIA RTX 4090" is not a valid api id, corrected to
  "NVIDIA GeForce RTX 4090"
- docker image: replaced outdated pytorch:2.1.0-py3.10-cuda11.8.0
  with pytorch:1.0.3-cu1281-torch291-ubuntu2404
- completion: `runpodctl completion bash >> ~/.bashrc` doesn't work,
  the correct usage is `runpodctl completion` (auto-detects and installs)
Copy link
Copy Markdown

@justinwlin justinwlin left a comment

Choose a reason for hiding this comment

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

LGTM — GPU ID, Docker image, and completion command fixes are all correct. Good companion to runpod/runpodctl#260.

@TimPietruskyRunPod TimPietruskyRunPod merged commit d132c57 into main Mar 24, 2026
@TimPietruskyRunPod TimPietruskyRunPod deleted the fix/runpodctl-gpu-id-and-image branch March 24, 2026 21:45
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.

2 participants