From 4f3c5681238e6f666e5ef7d670769fe2cbd9f2e3 Mon Sep 17 00:00:00 2001 From: Artsiom Siamashka Date: Thu, 2 Apr 2026 18:00:21 +0200 Subject: [PATCH] Changed container command to run script with uv --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]