move python

This commit is contained in:
Robert Washbourne 2023-11-24 01:05:31 -05:00
parent f571ed512a
commit 0507037432

View file

@ -42,6 +42,10 @@ 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 && \
apt-get install -y python3 python3-pip\
&& 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
COPY --from=build /app/models models COPY --from=build /app/models models