We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec40d1 commit 2d00723Copy full SHA for 2d00723
tests/Dockerfile
@@ -9,15 +9,11 @@ COPY --from=uv-image /uv /uvx /bin/
9
10
WORKDIR /app
11
12
-
13
COPY pyproject.toml .
14
COPY uv.lock .
15
16
-COPY examples/transcription/pyproject.toml ./examples/transcription/
17
18
-RUN --mount=type=cache,target=/root/.cache/uv \
19
- uv sync --locked --no-install-project
+RUN uv sync --locked --no-install-project
20
21
COPY . /app
22
23
- uv sync --locked
+
+RUN uv sync --locked
0 commit comments