We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab10dc commit fff88d8Copy full SHA for fff88d8
serverless/image-to-video/Dockerfile
@@ -43,7 +43,7 @@ RUN pip install --no-cache-dir -U pip setuptools wheel && \
43
pip install --no-cache-dir -e .
44
45
# Copy the handler (change this for each service)
46
-COPY --chown=user:user serverless/text-to-video/run_image-to-video.py .
+COPY --chown=user:user serverless/image-to-video/run_image-to-video.py .
47
48
# Use full path to python
49
CMD ["/usr/bin/python3.11", "run_image-to-video.py"]
0 commit comments