Skip to content

Commit 290849d

Browse files
eeglikonstin
andauthored
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 <[email protected]>
1 parent 25294a5 commit 290849d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ system
7474
just resolving requirements. To prevent this, there's a Docker container you can run commands in:
7575

7676
```console
77-
$ docker buildx build -t uv-builder -f builder.dockerfile --load .
77+
$ docker build -t uv-builder -f crates/uv-dev/builder.dockerfile --load .
7878
# Build for musl to avoid glibc errors, might not be required with your OS version
7979
cargo build --target x86_64-unknown-linux-musl --profile profiling
8080
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

0 commit comments

Comments
 (0)