toolboc / IntelligentEdgeHOL

The IntelligentEdgeHOL walks through the process of deploying an IoT Edge module to an Nvidia Jetson Nano device to allow for detection of objects in YouTube videos, RTSP streams, or an attached web cam
93 stars 37 forks source link

Is it possible to run the docker image without Azure? #3

Closed mitchross closed 5 years ago

mitchross commented 5 years ago

My Azure subscription ran out. Id like to run the docker image without having to deploy via IoT hub? Im new when it comes to docker. I know some very bare bones basics, but im not sure how the docker "folder" works. Is there a way I can just extract the folder and run some command to pull down the images?

toolboc commented 5 years ago

Unfortunately, this project is at it's heart an "Azure IoT Edge" module which requires that you have some services enabled in Azure for it to work. Technically, you only need a free-tier IoT Hub which allows for a total of 8,000 messages per day.