mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +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
|
This will reuse downloaded packages across builds on the same machine, reducing the time taken to
|
||||||
install dependencies.
|
install dependencies. The cache is only mounted for the duration of the `uv sync` command and is not
|
||||||
The cache is only mounted for the duration of the `uv sync` command and is not included in the final
|
included in the final image, minimising the image size.
|
||||||
image, minimising the image size.
|
|
||||||
|
|
||||||
Changing the default [`UV_LINK_MODE`](../../reference/settings.md#link-mode) silences warnings about
|
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.
|
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