forked from LiveCarta/ContentGeneration
Run script with python instead of uv
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user