Skip to content

Commit

Permalink
Refactor Dockerfile for image-to-video service
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramxD committed Oct 24, 2024
1 parent 7ab10dc commit fff88d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless/image-to-video/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN pip install --no-cache-dir -U pip setuptools wheel && \
pip install --no-cache-dir -e .

# Copy the handler (change this for each service)
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 .

# Use full path to python
CMD ["/usr/bin/python3.11", "run_image-to-video.py"]

0 comments on commit fff88d8

Please sign in to comment.