1
0

Run script with python instead of uv

This commit is contained in:
2026-04-03 17:19:16 +02:00
parent a80ecf411e
commit 65ac72cb98

View File

@@ -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"]