diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 3264f7e..0ed7bb5 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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