mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Update dockerfile path in contributing docs (#13751)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Sets the correct path to the builder dockerfile in the contributing docs. --------- Co-authored-by: konsti <konstin@mailbox.org>
This commit is contained in:
parent
25294a5393
commit
290849d438
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ system
|
|||
just resolving requirements. To prevent this, there's a Docker container you can run commands in:
|
||||
|
||||
```console
|
||||
$ docker buildx build -t uv-builder -f builder.dockerfile --load .
|
||||
$ docker build -t uv-builder -f crates/uv-dev/builder.dockerfile --load .
|
||||
# Build for musl to avoid glibc errors, might not be required with your OS version
|
||||
cargo build --target x86_64-unknown-linux-musl --profile profiling
|
||||
docker run --rm -it -v $(pwd):/app uv-builder /app/target/x86_64-unknown-linux-musl/profiling/uv-dev resolve-many --cache-dir /app/cache-docker /app/scripts/popular_packages/pypi_10k_most_dependents.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue