Skip to content

Commit 65d92ff

Browse files
committed
fix dockerfile
1 parent 481ff7a commit 65d92ff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

agent_video/pipecat/pipeline/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
FROM ghcr.io/astral-sh/uv:python3.10-bookworm-slim AS builder
22

3-
ARG SUB_PATH
4-
53
WORKDIR /app
6-
7-
COPY --from=pullrepo /app/repo .
8-
9-
WORKDIR /app${SUB_PATH:+/$SUB_PATH}
10-
114
#Install dependencies
125
RUN uv sync --no-dev
136

0 commit comments

Comments
 (0)