allow cpu nodes as host machine

This commit is contained in:
ChristophSchranz 2020-11-21 13:54:37 +01:00
parent 749b674f33
commit 1a0ea690c9
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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