allow cpu nodes as host machine
This commit is contained in:
		@@ -4,11 +4,11 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# generate Dockerfile
 | 
					# generate Dockerfile
 | 
				
			||||||
./generate-Dockerfile.sh -s --no-datascience-notebook --no-useful-packages
 | 
					./generate-Dockerfile.sh --no-datascience-notebook
 | 
				
			||||||
cd .build
 | 
					cd .build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# apply staroid patch
 | 
					## apply staroid patch
 | 
				
			||||||
cat ../.staroid/Dockerfile.staroid >> Dockerfile
 | 
					#cat ../.staroid/Dockerfile.staroid >> Dockerfile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# print Dockerfile
 | 
					# print Dockerfile
 | 
				
			||||||
cat Dockerfile
 | 
					cat Dockerfile
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,9 +13,9 @@ deploy:
 | 
				
			|||||||
  - name: Configurations
 | 
					  - name: Configurations
 | 
				
			||||||
    params:
 | 
					    params:
 | 
				
			||||||
    - name: "Instance type"
 | 
					    - 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
 | 
					      type: STRING
 | 
				
			||||||
      defaultValue: gpu-1
 | 
					      defaultValue: standard-2
 | 
				
			||||||
      options:
 | 
					      options:
 | 
				
			||||||
      - name: standard-2 (2CPU, 8GB Mem)
 | 
					      - name: standard-2 (2CPU, 8GB Mem)
 | 
				
			||||||
        value: standard-2
 | 
					        value: standard-2
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user