Spaces:
Running
on
T4
Running
on
T4
Fedir Zadniprovskyi
commited on
Commit
•
0f68b6e
1
Parent(s):
42343e0
deps: update flake
Browse files- .github/workflows/lint.yaml +1 -1
- .github/workflows/test.yaml +1 -1
- Dockerfile.cpu +1 -1
- Dockerfile.cuda +1 -1
- flake.lock +6 -6
.github/workflows/lint.yaml
CHANGED
@@ -12,7 +12,7 @@ jobs:
|
|
12 |
- uses: actions/checkout@v4
|
13 |
- uses: astral-sh/setup-uv@v2
|
14 |
with:
|
15 |
-
version: "0.4.
|
16 |
enable-cache: true
|
17 |
- run: uv python install 3.12
|
18 |
- run: uv sync --extra dev
|
|
|
12 |
- uses: actions/checkout@v4
|
13 |
- uses: astral-sh/setup-uv@v2
|
14 |
with:
|
15 |
+
version: "0.4.11"
|
16 |
enable-cache: true
|
17 |
- run: uv python install 3.12
|
18 |
- run: uv sync --extra dev
|
.github/workflows/test.yaml
CHANGED
@@ -15,7 +15,7 @@ jobs:
|
|
15 |
- uses: actions/checkout@v4
|
16 |
- uses: astral-sh/setup-uv@v2
|
17 |
with:
|
18 |
-
version: "0.4.
|
19 |
enable-cache: true
|
20 |
- run: uv python install 3.12
|
21 |
- run: uv sync --extra dev
|
|
|
15 |
- uses: actions/checkout@v4
|
16 |
- uses: astral-sh/setup-uv@v2
|
17 |
with:
|
18 |
+
version: "0.4.11"
|
19 |
enable-cache: true
|
20 |
- run: uv python install 3.12
|
21 |
- run: uv sync --extra dev
|
Dockerfile.cpu
CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && \
|
|
7 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \
|
8 |
apt-get clean && \
|
9 |
rm -rf /var/lib/apt/lists/*
|
10 |
-
COPY --from=ghcr.io/astral-sh/uv:0.4.
|
11 |
WORKDIR /root/faster-whisper-server
|
12 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
|
13 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
|
7 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \
|
8 |
apt-get clean && \
|
9 |
rm -rf /var/lib/apt/lists/*
|
10 |
+
COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv
|
11 |
WORKDIR /root/faster-whisper-server
|
12 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
|
13 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
Dockerfile.cuda
CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && \
|
|
7 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \
|
8 |
apt-get clean && \
|
9 |
rm -rf /var/lib/apt/lists/*
|
10 |
-
COPY --from=ghcr.io/astral-sh/uv:0.4.
|
11 |
WORKDIR /root/faster-whisper-server
|
12 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
|
13 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
|
7 |
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3.12 python3.12-distutils && \
|
8 |
apt-get clean && \
|
9 |
rm -rf /var/lib/apt/lists/*
|
10 |
+
COPY --from=ghcr.io/astral-sh/uv:0.4.11 /uv /bin/uv
|
11 |
WORKDIR /root/faster-whisper-server
|
12 |
# https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
|
13 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
flake.lock
CHANGED
@@ -5,11 +5,11 @@
|
|
5 |
"systems": "systems"
|
6 |
},
|
7 |
"locked": {
|
8 |
-
"lastModified":
|
9 |
-
"narHash": "sha256-
|
10 |
"owner": "numtide",
|
11 |
"repo": "flake-utils",
|
12 |
-
"rev": "
|
13 |
"type": "github"
|
14 |
},
|
15 |
"original": {
|
@@ -20,11 +20,11 @@
|
|
20 |
},
|
21 |
"nixpkgs": {
|
22 |
"locked": {
|
23 |
-
"lastModified":
|
24 |
-
"narHash": "sha256
|
25 |
"owner": "NixOS",
|
26 |
"repo": "nixpkgs",
|
27 |
-
"rev": "
|
28 |
"type": "github"
|
29 |
},
|
30 |
"original": {
|
|
|
5 |
"systems": "systems"
|
6 |
},
|
7 |
"locked": {
|
8 |
+
"lastModified": 1726560853,
|
9 |
+
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
|
10 |
"owner": "numtide",
|
11 |
"repo": "flake-utils",
|
12 |
+
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
|
13 |
"type": "github"
|
14 |
},
|
15 |
"original": {
|
|
|
20 |
},
|
21 |
"nixpkgs": {
|
22 |
"locked": {
|
23 |
+
"lastModified": 1727122398,
|
24 |
+
"narHash": "sha256-o8VBeCWHBxGd4kVMceIayf5GApqTavJbTa44Xcg5Rrk=",
|
25 |
"owner": "NixOS",
|
26 |
"repo": "nixpkgs",
|
27 |
+
"rev": "30439d93eb8b19861ccbe3e581abf97bdc91b093",
|
28 |
"type": "github"
|
29 |
},
|
30 |
"original": {
|