Maxgames17 / iqdb-pi

iqdb fork with changes to build docker image on raspberry pi 64bit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

changed a couple of things to build the docker image for my pi4

# build the image and set version as arm64
sudo docker build -f iqdb/Dockerfile -t evazion/iqdb:arm64 iqdb/

in docker-compose set the image field as such

image: evazion/iqdb:arm64

About

iqdb fork with changes to build docker image on raspberry pi 64bit

License:GNU General Public License v2.0


Languages

Language:C++ 89.4%Language:CMake 8.9%Language:Dockerfile 1.2%Language:Makefile 0.5%