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 +}