Create inferenceconfig.json
This commit is contained in:
11
how-to-use-azureml/deploy-to-cloud/inferenceconfig.json
Normal file
11
how-to-use-azureml/deploy-to-cloud/inferenceconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"entryScript": "score.py",
|
||||
"runtime": "python",
|
||||
"condaFile": "myenv.yml",
|
||||
"extraDockerfileSteps": null,
|
||||
"schemaFile": null,
|
||||
"dependencies": null,
|
||||
"enableGpu": false,
|
||||
"baseImage": null,
|
||||
"baseImageRegistry": null
|
||||
}
|
||||
Reference in New Issue
Block a user