Create inferenceconfig.json

This commit is contained in:
Jordan Edwards
2019-04-30 08:02:06 -07:00
committed by GitHub
parent 78f8ec3d24
commit 7a754faa7e

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