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 74c5bab commit c06208eCopy full SHA for c06208e
extras/speaker-recognition/Dockerfile
@@ -16,6 +16,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
16
17
# Copy dependency files and source code
18
COPY pyproject.toml ./
19
+COPY uv.lock ./
20
COPY src/ ./src/
21
22
# Install dependencies and package
0 commit comments