From 65ac72cb982c1c543194455db7cf86ac2392e43f Mon Sep 17 00:00:00 2001 From: Artsiom Siamashka Date: Fri, 3 Apr 2026 17:19:16 +0200 Subject: [PATCH] Run script with python instead of uv --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]