https://wiki.ubuntu.com/ARM/RaspberryPi
Download: ubuntu-18.04.2-preinstalled-server-arm64+raspi3.img.xz
https://www.raspberrypi.org/blog/docker-comes-to-raspberry-pi/
curl -sSL https://get.docker.com | sh
https://docs.docker.com/install/linux/linux-postinstall/
sudo apt install docker-compose
apt-get install dphys-swapfile
vi /etc/dphys-swapfile
Set swap to 2048M
CONF_SWAPSIZE=2048
Restart service
/etc/init.d/dphys-swapfile restart
git clone https://github.com/SharpAI/DeepCamera -b pi
cd DeepCamera/docker
./run-deepeye-raspberrypi.sh start
Then follow the instruction on the main readme