Skip to content

jnicolson/gasket-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Dockerfile to build the google coral gasket driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published