

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.20
@858fc420ae571531d4161c6c954cdfc71bc653cc
--- Dockerfile.cpu
+++ Dockerfile.cpu
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \ |
9 | 9 |
apt-get clean && \ |
10 | 10 |
rm -rf /var/lib/apt/lists/* |
11 |
-COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv |
|
11 |
+COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv |
|
12 | 12 |
WORKDIR /root/faster-whisper-server |
13 | 13 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers |
14 | 14 |
RUN --mount=type=cache,target=/root/.cache/uv \ |
--- Dockerfile.cuda
+++ Dockerfile.cuda
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \ |
9 | 9 |
apt-get clean && \ |
10 | 10 |
rm -rf /var/lib/apt/lists/* |
11 |
-COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv |
|
11 |
+COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv |
|
12 | 12 |
WORKDIR /root/faster-whisper-server |
13 | 13 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers |
14 | 14 |
RUN --mount=type=cache,target=/root/.cache/uv \ |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?