From 7a754faa7e9ea2ad910ebd32d20e46b9a607b816 Mon Sep 17 00:00:00 2001 From: Jordan Edwards Date: Tue, 30 Apr 2019 08:02:06 -0700 Subject: [PATCH] Create inferenceconfig.json --- .../deploy-to-cloud/inferenceconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 how-to-use-azureml/deploy-to-cloud/inferenceconfig.json diff --git a/how-to-use-azureml/deploy-to-cloud/inferenceconfig.json b/how-to-use-azureml/deploy-to-cloud/inferenceconfig.json new file mode 100644 index 00000000..e328d1f1 --- /dev/null +++ b/how-to-use-azureml/deploy-to-cloud/inferenceconfig.json @@ -0,0 +1,11 @@ +{ + "entryScript": "score.py", + "runtime": "python", + "condaFile": "myenv.yml", + "extraDockerfileSteps": null, + "schemaFile": null, + "dependencies": null, + "enableGpu": false, + "baseImage": null, + "baseImageRegistry": null +}