Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

repository mentioned in docs does not have latest dkms packages #44

Description

@cjac

Hello folks,

I'm adding TPUs to the qotom devices in my proxmox cluster, using the documentation supplied at [1], and things are not as easy as I would like. Here are some things I'd like to see fixed:

  • The docs[1] include instructions to use apt-key add - which has been deprecated for quite some time. The correct command should be something like:
kr_path=/usr/share/keyrings/packages.cloud.google.com.gpg
repo_data="https://packages.cloud.google.com/apt coral-edgetpu-stable main"
repo_path="/etc/apt/sources.list.d/coral-edgetpu.list"

echo "deb [signed-by=${kr_path}] ${repo_data}" | \
  sudo dd of="${repo_path}"
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | \
  sudo gpg --import --no-default-keyring --keyring "${kr_path}"

Once these instructions are corrected and the package cache updated, we come to the real problem: the package repo has not been updated to include the patches made to the github.com/google/gasket-driver repo.

According to apt-cache show gasket-dkms | grep ^Maintainer, the maintainer of this package is coral-support@google.com ; I will try emailing them to see if we can get this straightened out.

Cheers,

C.J.

[1] https://coral.ai/docs/m2/get-started/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions