From 01bff56748517a9e5e27ba222ee0c2609b4606e0 Mon Sep 17 00:00:00 2001 From: rrohanarora Date: Mon, 24 Jun 2024 12:03:00 +0530 Subject: [PATCH] Update README.md Changed as per default size being changed to 40GB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f981b7..d2b4876 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ python generate_custom_image.py \ * **--extra-sources**: Additional files/directories uploaded along with customization script. This argument is evaluated to a json dictionary. * **--disk-size**: The size in GB of the disk attached to the VM instance used - to build custom image. The default is `20` GB. + to build custom image. The default is `40` GB. * **--accelerator**: The accelerators (e.g. GPUs) attached to the VM instance used to build custom image. This flag supports the same [values](https://cloud.google.com/sdk/gcloud/reference/compute/instances/create#--accelerator)