pip later
This commit is contained in:
parent
93f86c98d1
commit
4b6e344bad
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ ARG CUDA_DOCKER_ARCH=all
|
|||
# ARG CUDA_DOCKER_ARCH=sm_86
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y build-essential git wget python3 python3-pip
|
||||
apt-get install -y build-essential git wget
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -37,6 +37,7 @@ ENV MODEL_URL=${MODEL_URL}
|
|||
RUN wget $MODEL_URL -O /model.gguf
|
||||
|
||||
WORKDIR /install
|
||||
RUN apt-get install python3 python3-pip
|
||||
RUN pip install --install-option="--prefix=/install" runpod
|
||||
|
||||
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue