fix prettier

This commit is contained in:
Mike Roberts 2024-12-21 12:24:26 +00:00
parent 04b41fb124
commit e7a7d475bb

View file

@ -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.