mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 13:30:11 -05:00
Fix #4763 ## Summary Modify the Dockerfile to include the uvx binary in the docker image `ghcr.io/astral-sh/uv`. ## Test Plan I have verified that the uvx binary is included in the Docker image built with the following command and can be executed. ```bash # cd repository root docker build -t uv:add_uvx . docker run --rm --entrypoint /uvx uv -V uv-tool-run 0.2.21 ```
1.5 KiB
1.5 KiB