Spaces:
Configuration error
Configuration error
renovate[bot]
commited on
Commit
·
7e21c78
1
Parent(s):
963f108
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.29
Browse files- Dockerfile.cpu +1 -1
- Dockerfile.cuda +1 -1
Dockerfile.cpu
CHANGED
|
@@ -6,7 +6,7 @@ RUN apt-get update && \
|
|
| 6 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ffmpeg python3.12 && \
|
| 7 |
apt-get clean && \
|
| 8 |
rm -rf /var/lib/apt/lists/*
|
| 9 |
-
COPY --from=ghcr.io/astral-sh/uv:0.4.
|
| 10 |
WORKDIR /root/faster-whisper-server
|
| 11 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
|
| 12 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
|
|
| 6 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ffmpeg python3.12 && \
|
| 7 |
apt-get clean && \
|
| 8 |
rm -rf /var/lib/apt/lists/*
|
| 9 |
+
COPY --from=ghcr.io/astral-sh/uv:0.4.29 /uv /bin/uv
|
| 10 |
WORKDIR /root/faster-whisper-server
|
| 11 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
|
| 12 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
Dockerfile.cuda
CHANGED
|
@@ -6,7 +6,7 @@ RUN apt-get update && \
|
|
| 6 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ffmpeg python3.12 && \
|
| 7 |
apt-get clean && \
|
| 8 |
rm -rf /var/lib/apt/lists/*
|
| 9 |
-
COPY --from=ghcr.io/astral-sh/uv:0.4.
|
| 10 |
WORKDIR /root/faster-whisper-server
|
| 11 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
|
| 12 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
|
|
| 6 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ffmpeg python3.12 && \
|
| 7 |
apt-get clean && \
|
| 8 |
rm -rf /var/lib/apt/lists/*
|
| 9 |
+
COPY --from=ghcr.io/astral-sh/uv:0.4.29 /uv /bin/uv
|
| 10 |
WORKDIR /root/faster-whisper-server
|
| 11 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
|
| 12 |
RUN --mount=type=cache,target=/root/.cache/uv \
|