This commit is contained in:
Robert Washbourne 2023-11-24 01:08:27 -05:00
parent 0507037432
commit 9036005e51

View file

@ -43,8 +43,8 @@ RUN pip install --prefix /install runpod aiohttp
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y python3 python3-pip\ apt-get install -y python3 python3-pip \
&& rm -rf /var/lib/apt/lists/*``` && rm -rf /var/lib/apt/lists/*
COPY --from=build /app/server /server COPY --from=build /app/server /server
COPY --from=build /model.gguf model.gguf COPY --from=build /model.gguf model.gguf