The Google Coral AI Accelerators require a driver called Gasket. The version linked from the Coral website does not work on recent kernel versions, an updated version is available at https://github.com/google/gasket-driver/ but no pre-built packages exist.
This repository contains a Docker file to build the deb package to install on recent kernel versions, to avoid installing development dependencies on production servers.
Previously the source gasket driver from Google didn't work with kernel versions >6.8 however it now does so the additional patch this used to contain is no longer needed.
git clone https://github.com/jnicolson/gasket-builder
cd gasket-builder
docker build --output . .
Docker will download and build the driver and then output a .deb file into the current directory