R
RunPod5mo ago
watashi

runpodctl create pod

How to use runpodctl to create pod with specific datacenterId
2 Replies
nerdylive
nerdylive5mo ago
what have you tried? but there's a example args in the docs too
yhlong00000
yhlong000005mo ago
Example:
runpodctl create pod --dataCenterId EU-SE-1 --secureCloud --gpuType "NVIDIA A40" --gpuCount 1 --templateId runpod-torch-v21 --imageName runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04 --name test
runpodctl create pod --dataCenterId EU-SE-1 --secureCloud --gpuType "NVIDIA A40" --gpuCount 1 --templateId runpod-torch-v21 --imageName runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04 --name test

Did you find this page helpful?