runpodctl icon indicating copy to clipboard operation
runpodctl copied to clipboard

🧰 | RunPod CLI for pod management

Results 57 runpodctl issues
Sort by recently updated
recently updated
newest added

# Add a VRAM column to the cloud table output Adds a `VRAM` column to the `cloud` sub-command output (resolves #183) Example: ``` $ runpodctl get cloud GPU TYPE VRAM...

# New ability to see which GPU type is present in which Secure Cloud data center Add cloud option to show datacenter for the gpus (closes #181) Example output: ```...

When choosing a pod offering, there are two priorities that stand above the rest; How fast is the GPU, and how much data can I shove into its memory (does...

On Discord I noticed users asking for the ability to see which GPU is available where (Datacenter). The pain point described is that they need to create shared volumes (network...

This command does not work, even though I can launch the instance from the runpod website runpodctl create pod --imageName runpod/pytorch:2.0.1-py3.10-rocm5.7-ubuntu22.04 --gpuType 'AMD Instinct MI300X OAM'

**Description**: In the runpodctl codebase, the SSH client configuration is hardcoded to use the root user: https://github.com/runpod/runpodctl/blob/b5085582b5d2fef6018202e61c84624fb2fb3d2b/cmd/project/ssh.go#L293-L298 This approach causes issues when dealing with Docker images or environments that are...

How can I change the repeat and epoch value for flux lora training ?

There's an inconsistency in how working directories are handled between development (`runpodctl project dev`) and production (`runpodctl project deploy` / `runpodctl project build`) environments, which forces developers to implement path...

# Update the croc module to fix vulnerabilities Vulnerability #1: GO-2023-2073 Croc sender may send dangerous new files to receiver in github.com/schollz/croc More info: https://pkg.go.dev/vuln/GO-2023-20[7](https://github.com/runpod/runpodctl/actions/runs/11301356958/job/31435647627#step:7:8)3 Module: github.com/schollz/croc/v9 Found in: github.com/schollz/croc/v9@v[9](https://github.com/runpod/runpodctl/actions/runs/11301356958/job/31435647627#step:7:10).6.0...

In order to develop a custom worker using `runpodctl project dev`, I needed to overwrite Dockerfile using `runpod/base:0.6.1-cuda12.2.0` as the base. When using `CMD /start.sh` in my custom Dockerfile, everything...