Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

mudler
Copy link
Owner

@mudler mudler commented Nov 8, 2024

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.

Copy link

netlify bot commented Nov 8, 2024

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
31 checks passed
@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