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