Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 875 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 875 Bytes

Coral Gasket Driver builder

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.

Instructions

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