diff --git a/.staroid/build.sh b/.staroid/build.sh index b3c8f80..c6d858e 100755 --- a/.staroid/build.sh +++ b/.staroid/build.sh @@ -4,11 +4,11 @@ # # generate Dockerfile -./generate-Dockerfile.sh -s --no-datascience-notebook --no-useful-packages +./generate-Dockerfile.sh --no-datascience-notebook cd .build -# apply staroid patch -cat ../.staroid/Dockerfile.staroid >> Dockerfile +## apply staroid patch +#cat ../.staroid/Dockerfile.staroid >> Dockerfile # print Dockerfile cat Dockerfile diff --git a/.staroid/staroid.yaml b/.staroid/staroid.yaml index 5f18124..6a5f2f3 100644 --- a/.staroid/staroid.yaml +++ b/.staroid/staroid.yaml @@ -13,9 +13,9 @@ deploy: - name: Configurations params: - name: "Instance type" - description: "GPU instance is supported only in AWS for now and required to support the full potential of this project." + description: "GPU instance is supported only in AWS for now. It is required to support the GPU capability." type: STRING - defaultValue: gpu-1 + defaultValue: standard-2 options: - name: standard-2 (2CPU, 8GB Mem) value: standard-2