diff --git a/Dockerfile b/Dockerfile index 5a795d8..1725213 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,4 +63,4 @@ RUN if [ "$INSTALL_OPTIONAL_ATTENTION" = "1" ]; then \ COPY . /app # Default pipeline entrypoint. -CMD ["python", "run_video_pipeline.py"] +CMD ["uv", "run", "run_video_pipeline.py"]