move python
This commit is contained in:
parent
f571ed512a
commit
0507037432
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue