renovate[bot] commited on
Commit
7f4d499
·
1 Parent(s): 41ab964

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.20

Browse files
Files changed (2) hide show
  1. Dockerfile.cpu +1 -1
  2. Dockerfile.cuda +1 -1
Dockerfile.cpu CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
  DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \
9
  apt-get clean && \
10
  rm -rf /var/lib/apt/lists/*
11
- COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv
12
  WORKDIR /root/faster-whisper-server
13
  # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
14
  RUN --mount=type=cache,target=/root/.cache/uv \
 
8
  DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \
9
  apt-get clean && \
10
  rm -rf /var/lib/apt/lists/*
11
+ COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv
12
  WORKDIR /root/faster-whisper-server
13
  # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
14
  RUN --mount=type=cache,target=/root/.cache/uv \
Dockerfile.cuda CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
  DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \
9
  apt-get clean && \
10
  rm -rf /var/lib/apt/lists/*
11
- COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv
12
  WORKDIR /root/faster-whisper-server
13
  # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
14
  RUN --mount=type=cache,target=/root/.cache/uv \
 
8
  DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \
9
  apt-get clean && \
10
  rm -rf /var/lib/apt/lists/*
11
+ COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv
12
  WORKDIR /root/faster-whisper-server
13
  # https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
14
  RUN --mount=type=cache,target=/root/.cache/uv \