1
0

Changed container command to run script with uv

This commit is contained in:
2026-04-02 18:00:21 +02:00
parent c3bfa5ba65
commit 4f3c568123

View File

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