mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
fix prettier
This commit is contained in:
parent
04b41fb124
commit
e7a7d475bb
1 changed files with 2 additions and 3 deletions
|
@ -314,9 +314,8 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|||
```
|
||||
|
||||
This will reuse downloaded packages across builds on the same machine, reducing the time taken to
|
||||
install dependencies.
|
||||
The cache is only mounted for the duration of the `uv sync` command and is not included in the final
|
||||
image, minimising the image size.
|
||||
install dependencies. The cache is only mounted for the duration of the `uv sync` command and is not
|
||||
included in the final image, minimising the image size.
|
||||
|
||||
Changing the default [`UV_LINK_MODE`](../../reference/settings.md#link-mode) silences warnings about
|
||||
not being able to use hard links since the cache and sync target are on separate file systems.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue