# Foxhunt RunPod Deployment Configuration # Edit this file and save to ~/.runpod/config.toml # You can override any value with environment variables (see .env.runpod example) [runpod] # Your RunPod API key (REQUIRED) # Get it from: https://www.runpod.io/console/user/settings api_key = "YOUR_RUNPOD_API_KEY_HERE" # Default GPU type for deployments default_gpu_type = "RTX A4000" # Default datacenter region default_datacenter = "EUR-IS-1" [docker] # Docker registry username registry = "jgrusewski" # Docker image name image_name = "foxhunt" # Default image tag tag = "latest" [s3] # RunPod S3 endpoint (region-specific) endpoint = "https://s3api-eur-is-1.runpod.io" # S3 bucket for training outputs bucket = "se3zdnb5o4" # AWS region for S3 region = "us-east-1" # Log polling interval in seconds poll_interval_secs = 5 [defaults] # Container disk size in GB container_disk_gb = 50 # Volume mount path inside container volume_path = "/runpod-volume" # Volume size in GB volume_size_gb = 100 # Whether to enable public IP support_public_ip = false