allow cpu nodes as host machine
This commit is contained in:
parent
749b674f33
commit
1a0ea690c9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user