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

mlserver build fails if requirements.txt includes a git path #1562

Open
isaac-smothers opened this issue Feb 2, 2024 · 0 comments
Open

mlserver build fails if requirements.txt includes a git path #1562

isaac-smothers opened this issue Feb 2, 2024 · 0 comments

Comments

@isaac-smothers
Copy link

isaac-smothers commented Feb 2, 2024

As git isn't installed on the mlserver images, any references to git paths in your requirements.txt will fail mlserver build commands.

Reproduce:

  • Specify a git path in your requirements.txt like git+https://github.com/x/x.git
  • Run mlserver build
  • ERROR: Error [Errno 2] No such file or directory: 'git' while executing command git version
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

No branches or pull requests

1 participant