robmarkcole / coral-pi-rest-server

Perform inferencing of tensorflow-lite models on an RPi with acceleration from Coral USB stick
https://coral.ai/products/accelerator
MIT License
67 stars 20 forks source link

amd64 support #42

Closed runningman84 closed 5 years ago

runningman84 commented 5 years ago

is it also possible to use this server with an amd64 system?

I have tried to build the docker container of this fork: https://github.com/lmamakos/coral-pi-rest-server

But I get this error Your platform is not supported.

runningman84 commented 5 years ago

It looks like the installer just looks for the kernel version to determine which os is running. My docker build was running on an arch machine...

I build some workaround here: https://github.com/runningman84/docker-coral-rest-server/blob/master/Dockerfile