runpod.create_pod(
name="...",
image_name="runpod/pytorch:2.4.0-py3.11-c
uda12.4.1-devel-ubuntu22.04",
gpu_type_id="NVIDIA GeForce RTX 5090",
gpu_count=1,
container_disk_in_gb=70,
cloud_type="ALL",
ports="22/tcp",
env={"PUBLIC_KEY": "...},
)
runpod.create_pod(
name="...",
image_name="runpod/pytorch:2.4.0-py3.11-c
uda12.4.1-devel-ubuntu22.04",
gpu_type_id="NVIDIA GeForce RTX 5090",
gpu_count=1,
container_disk_in_gb=70,
cloud_type="ALL",
ports="22/tcp",
env={"PUBLIC_KEY": "...},
)