Pod ENV Variables

Environment variables are accessible within in a pod. You can access this page by clicking on the menu icon and Edit Pod.

VariableDescription
RUNPOD_POD_IDThe unique identifier for your pod.
RUNPOD_API_KEYUsed to make RunPod API calls to the specific pod. It's limited in scope to only the pod.
RUNPOD_POD_HOSTNAMEName of the host server the pod is running on.
RUNPOD_GPU_COUNTNumber of GPUs available to the pod.
PWDCurrent working directory.
PYTORCH_VERSIONInstalled PyTorch Version.
PUBLIC_KEYThe SSH public key to access the pod over SSH.