mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

Add Dockerfile for building arm #30

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

This is partly for circuit python integration work but also for arm builds in general I need a dockerized build environment. I don't want to grind through sending every incremental change through ci builds.

I need to find out how to build tensorflow lite micro for arm and then build the firmware for arm.