We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uvx
uv
The Docker integration guide suggests "copying the binary from the official distroless Docker image":
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
For the "full experience", I think it should suggest copying the uvx tool as well:
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
The text was updated successfully, but these errors were encountered:
👍 yep
Sorry, something went wrong.
Hey! I'd like to work on this issue please.
hey @zanieb , Can you assign me this issue, if nobody is assigned already.
This is small enough that we don't need to assign someone to prevent duplicate work — just put up a pull request.
@zanieb , please review it.
Include uvx installation in Docker examples (#8179)
05446cd
closes #7947
Successfully merging a pull request may close this issue.
The Docker integration guide suggests "copying the binary from the official distroless Docker image":
For the "full experience", I think it should suggest copying the
uvx
tool as well:The text was updated successfully, but these errors were encountered: