From 7333738debc2e156e11fa4d25e165115984c50bd Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 21 Dec 2025 02:01:31 +0000 Subject: Fixup: Correct download-models path --- makima/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makima/Dockerfile') diff --git a/makima/Dockerfile b/makima/Dockerfile index c8e7a2b..f53874b 100644 --- a/makima/Dockerfile +++ b/makima/Dockerfile @@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \ COPY --from=builder /app/target/release/makima-server /app/makima-server # Copy model download script -COPY makima/sh/download-models.sh /app/download-models.sh +COPY ./sh/download-models.sh /app/download-models.sh RUN chmod +x /app/download-models.sh # Create models directory -- cgit v1.2.3