neilenns / node-deepstackai-trigger

Detects motion using Deepstack AI and calls registered triggers based on trigger rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARM Support

v0d0r opened this issue · comments

commented

I would like to know if it's possible to run this on ARM/ARM64 at all.
I assume there is no existing build with this architecture support.
Would it be possible to share some details on how to build should I wish to try out building my own arm version container?

Thanks in advance. ;-)

I'm not super familiar with how to build for different platforms with Docker unfortunately. The underlying node images used for this project do get published with arm support, so in theory it might work just by building an ARM version of the container using the checked in Dockerfile. I don't know how to do that on a desktop though :)

commented

I double checked the image library I'm using (it's been a while!) and looks like I picked Pure Image which is a 100% javascript implementation. That was the only thing I could think of that might pose a problem off the top of my head but seems like it'll be fine.