From 63961c0e752274cb21720ec129353a4e97b73e2c Mon Sep 17 00:00:00 2001 From: Robert Washbourne Date: Fri, 24 Nov 2023 01:33:35 -0500 Subject: [PATCH] copy handler --- .devops/main-cuda.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devops/main-cuda.Dockerfile b/.devops/main-cuda.Dockerfile index f48408dbf..083645c77 100644 --- a/.devops/main-cuda.Dockerfile +++ b/.devops/main-cuda.Dockerfile @@ -46,6 +46,7 @@ RUN apt-get update && \ apt-get install -y python3 python3-pip \ && rm -rf /var/lib/apt/lists/* +COPY --from=build /app/.devops/handler.py /handler.py COPY --from=build /app/server /server COPY --from=build /model.gguf model.gguf COPY --from=build /app/models models