From a8e4fc2f9a83c96430c05b09290a5673ae1e3e19 Mon Sep 17 00:00:00 2001 From: Jordan Edwards Date: Sun, 28 Apr 2019 12:46:20 -0700 Subject: [PATCH] Create deploymentConfig.yml --- how-to-use-azureml/deploy-to-cloud/deploymentConfig.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 how-to-use-azureml/deploy-to-cloud/deploymentConfig.yml diff --git a/how-to-use-azureml/deploy-to-cloud/deploymentConfig.yml b/how-to-use-azureml/deploy-to-cloud/deploymentConfig.yml new file mode 100644 index 00000000..e181dda9 --- /dev/null +++ b/how-to-use-azureml/deploy-to-cloud/deploymentConfig.yml @@ -0,0 +1,5 @@ +--- +containerResourceRequirements: + cpu: 1 + memoryInGB: 1 +computeType: ACI