From c06162ba9469e65172ccb4b1a39855862f16fd40 Mon Sep 17 00:00:00 2001 From: Robert Washbourne Date: Thu, 23 Nov 2023 23:30:56 -0500 Subject: [PATCH] from build --- .devops/main-cuda.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devops/main-cuda.Dockerfile b/.devops/main-cuda.Dockerfile index a35488cea..f975d81f6 100644 --- a/.devops/main-cuda.Dockerfile +++ b/.devops/main-cuda.Dockerfile @@ -40,7 +40,7 @@ WORKDIR /install RUN pip install --install-option="--prefix=/install" runpod FROM ${BASE_CUDA_RUN_CONTAINER} as runtime -COPY --from=builder /install /usr/local +COPY --from=build /install /usr/local COPY --from=build /app/server /server COPY --from=build /model.gguf model.gguf COPY --from=build /app/models models