

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.11
@8db455cd8bc9087944a0528d544d571d820de768
--- Dockerfile.cpu
+++ Dockerfile.cpu
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ffmpeg python3.12 && \ |
7 | 7 |
apt-get clean && \ |
8 | 8 |
rm -rf /var/lib/apt/lists/* |
9 |
-COPY --from=ghcr.io/astral-sh/uv:0.5.9 /uv /bin/uv |
|
9 |
+COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /bin/uv |
|
10 | 10 |
WORKDIR /root/faster-whisper-server |
11 | 11 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers |
12 | 12 |
RUN --mount=type=cache,target=/root/.cache/uv \ |
--- Dockerfile.cuda
+++ Dockerfile.cuda
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ffmpeg python3.12 && \ |
7 | 7 |
apt-get clean && \ |
8 | 8 |
rm -rf /var/lib/apt/lists/* |
9 |
-COPY --from=ghcr.io/astral-sh/uv:0.5.9 /uv /bin/uv |
|
9 |
+COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /bin/uv |
|
10 | 10 |
WORKDIR /root/faster-whisper-server |
11 | 11 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers |
12 | 12 |
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?