Increased runpod volume size
This commit is contained in:
@@ -12,11 +12,11 @@ export MSYS_NO_PATHCONV=1
|
||||
# Pod configuration
|
||||
GPU_TYPE=${GPU_TYPE:-"NVIDIA GeForce RTX 3090"}
|
||||
GPU_COUNT=${GPU_COUNT:-1}
|
||||
CONTAINER_DISK_SIZE=${CONTAINER_DISK_SIZE:-50} # GB
|
||||
CONTAINER_DISK_SIZE=${CONTAINER_DISK_SIZE:-100} # GB
|
||||
MEMORY=${MEMORY:-20} # GB
|
||||
CPU_COUNT=${CPU_COUNT:-1} # vCPUs
|
||||
POD_NAME=${POD_NAME:-"sia-agent"}
|
||||
VOLUME_SIZE=${VOLUME_SIZE:-100} # GB
|
||||
VOLUME_SIZE=${VOLUME_SIZE:-200} # GB
|
||||
VOLUME_PATH=${VOLUME_PATH:-"/root/data"} # Mount path within container
|
||||
|
||||
# Docker configuration
|
||||
|
||||
Reference in New Issue
Block a user