Created
December 14, 2020 03:12
-
-
Save SnowMasaya/6e15bbcdae679695b08bf4569f53b267 to your computer and use it in GitHub Desktop.
deply_deep_stream_Azure_IoT_version1.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"NVIDIADeepStreamSDK": { | |
"version": "1.0", | |
"type": "docker", | |
"status": "running", | |
"restartPolicy": "always", | |
"settings": { | |
"image": "marketplace.azurecr.io/nvidia/deepstream-iot2-l4t:latest", | |
"createOptions": { | |
"HostConfig": { | |
"runtime": "nvidia" | |
}, | |
"WorkingDir": "/root/deepstream_sdk_v4.0.2_jetson/sources/apps/sample_apps/deepstream-test5/configs/", | |
"Entrypoint": [ | |
"/usr/bin/deepstream-test5-app", | |
"-c", | |
"test5_config_file_src_infer_azure_iotedge.txt", | |
"-p", | |
"1", | |
"-m", | |
"1" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment