Skip to content

Commit a4efe9e

Browse files
Update dockerfile
1 parent 2d00723 commit a4efe9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ COPY --from=uv-image /uv /uvx /bin/
1010
WORKDIR /app
1111

1212
COPY pyproject.toml .
13+
14+
COPY examples/transcription/pyproject.toml ./examples/transcription/
15+
COPY examples/poet_chat/pyproject.toml ./examples/poet_chat/
16+
1317
COPY uv.lock .
1418

1519
RUN uv sync --locked --no-install-project

0 commit comments

Comments
 (0)