Skip to content

Fix: remove fake apt packages blocking install on Linux#632

Merged
joelteply merged 1 commit intomainfrom
fix/npm-start-tailscale
Mar 30, 2026
Merged

Fix: remove fake apt packages blocking install on Linux#632
joelteply merged 1 commit intomainfrom
fix/npm-start-tailscale

Conversation

@joelteply
Copy link
Copy Markdown
Contributor

libonnxruntime-dev doesn't exist in Ubuntu repos. ORT downloads from GitHub to user-space instead.

…d only

libonnxruntime-dev doesn't exist in Ubuntu repos. Was blocking install.
ORT is already downloaded from GitHub releases to ~/.continuum/lib/ (no sudo).
Copilot AI review requested due to automatic review settings March 30, 2026 15:25
@joelteply joelteply merged commit 471257f into main Mar 30, 2026
2 checks passed
@joelteply joelteply deleted the fix/npm-start-tailscale branch March 30, 2026 15:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes attempts to install ONNX Runtime via apt on Linux/WSL, aligning the installer with the existing approach of downloading ONNX Runtime into user-space for Silero VAD support.

Changes:

  • Removes the apt-based detection/installation of libonnxruntime* packages on Linux/WSL.
  • Clarifies via comments that ONNX Runtime is handled later via GitHub release download rather than needed[].

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants