Skip to content

Instantly share code, notes, and snippets.

@SnowMasaya
Created December 14, 2020 03:12
Show Gist options
  • Save SnowMasaya/6e15bbcdae679695b08bf4569f53b267 to your computer and use it in GitHub Desktop.
Save SnowMasaya/6e15bbcdae679695b08bf4569f53b267 to your computer and use it in GitHub Desktop.
deply_deep_stream_Azure_IoT_version1.json
"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