Skip to content

fix(container-images): install uv as system package - #4094

Merged
mudler merged 1 commit into
masterfrom
fix/uv_system_install
Nov 8, 2024
Merged

fix(container-images): install uv as system package#4094
mudler merged 1 commit into
masterfrom
fix/uv_system_install

Conversation

@mudler

@mudler mudler commented Nov 8, 2024

Copy link
Copy Markdown
Owner

Description

This PR fixes this error that is happening since today in our image builds:

0.089 Initializing libbackend for coqui
0.089 make: Leaving directory '/build/backend/python/coqui'
0.089 ./../common/libbackend.sh: line 91: uv: command not found
0.089 make: *** [Makefile:3: coqui] Error 127

Seems uv install changed default paths or something around that (didn't deep dive). It sounds anyway safe to install the package at system-level because it has no users and uv is supposed to be usable by all users in the system.

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@netlify

netlify Bot commented Nov 8, 2024

Copy link
Copy Markdown

Deploy Preview for localai ready!

Name Link
🔨 Latest commit dff3bf3
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/672ddadf70d3590008b3bcb1
😎 Deploy Preview https://deploy-preview-4094--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mudler
mudler merged commit d454118 into master Nov 8, 2024
@mudler
mudler deleted the fix/uv_system_install branch November 8, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant