From fff88d82e1f07133505c15a298d9246cfd5f6195 Mon Sep 17 00:00:00 2001 From: Vikramjeet Date: Thu, 24 Oct 2024 19:26:00 +0530 Subject: [PATCH] Refactor Dockerfile for image-to-video service --- serverless/image-to-video/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/image-to-video/Dockerfile b/serverless/image-to-video/Dockerfile index 9b656fb..6f83da4 100644 --- a/serverless/image-to-video/Dockerfile +++ b/serverless/image-to-video/Dockerfile @@ -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"] \ No newline at end of file