Skip to content

Commit fb9a0a7

Browse files
committed
download livekit model files
1 parent 3698000 commit fb9a0a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ RUN if [ -z "$RUN_LIVEKIT" ]; then \
5858
# copy the code into the container
5959
COPY . .
6060

61+
# Run agent.py download-files if RUN_LIVEKIT is set
62+
RUN if [ -n "$RUN_LIVEKIT" ]; then \
63+
poetry run python livekit_agent.py download-files; \
64+
fi
65+
6166
ENV FORWARDED_ALLOW_IPS='*'
6267
ENV PYTHONUNBUFFERED=1
6368

0 commit comments

Comments
 (0)