forked from LiveCarta/ContentGeneration
Changed container command to run script with uv
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user