From 01e188d61f384789943cde321133455cc077b25f Mon Sep 17 00:00:00 2001 From: Jordan Edwards Date: Tue, 30 Apr 2019 08:02:43 -0700 Subject: [PATCH] Create deploymentconfig.json --- how-to-use-azureml/deploy-to-cloud/deploymentconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 how-to-use-azureml/deploy-to-cloud/deploymentconfig.json diff --git a/how-to-use-azureml/deploy-to-cloud/deploymentconfig.json b/how-to-use-azureml/deploy-to-cloud/deploymentconfig.json new file mode 100644 index 00000000..03030803 --- /dev/null +++ b/how-to-use-azureml/deploy-to-cloud/deploymentconfig.json @@ -0,0 +1,7 @@ +{ + "containerResourceRequirements": { + "cpu": 1, + "memoryInGB": 1 + }, + "computeType": "ACI" +}