@@ -23,20 +23,20 @@ Este proyecto consta de los siguientes scripts:
2323
2424 ``` json
2525 {
26- "N_VMS" : 1 ,
27- "INSTANCE_NAME_BASE" : " vm-id" ,
28- "BUCKET_NAME" : " bucket-id" ,
29- "REPO_NAME" : " cloudy" ,
30- "REPO_URL" : " https://github.com/manjavacas/cloudy.git" ,
31- "SCRIPT_PATH" : " foo/foo.py" ,
32- "DEPENDENCIES" : " numpy pandas" ,
33- "SERVICE_ACCOUNT" :
" [email protected] " ,
34- "SETUP_SCRIPT" : " setup.sh" ,
35- "MACHINE_TYPE" : " e2-medium" ,
36- "ZONE" : " europe-southwest1-b" ,
37- "IMAGE_FAMILY" : " ubuntu-2004-lts" ,
38- "IMAGE_PROJECT" : " ubuntu-os-cloud" ,
39- "BUCKET_ZONE" : " eu"
26+ "N_VMS" : 1 ,
27+ "INSTANCE_NAME_BASE" : " vm-id" ,
28+ "BUCKET_NAME" : " bucket-id" ,
29+ "REPO_NAME" : " cloudy" ,
30+ "REPO_URL" : " https://github.com/manjavacas/cloudy.git" ,
31+ "SCRIPT_PATH" : " foo/foo.py" ,
32+ "DEPENDENCIES" : " numpy pandas" ,
33+ "SERVICE_ACCOUNT" :
" [email protected] " ,
34+ "SETUP_SCRIPT" : " setup.sh" ,
35+ "MACHINE_TYPE" : " e2-medium" ,
36+ "ZONE" : " europe-southwest1-b" ,
37+ "IMAGE_FAMILY" : " ubuntu-2004-lts" ,
38+ "IMAGE_PROJECT" : " ubuntu-os-cloud" ,
39+ "BUCKET_ZONE" : " eu"
4040 }
4141 ```
4242
0 commit comments