change prefix
This commit is contained in:
parent
819d9f1258
commit
8ddd5cb916
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ RUN wget $MODEL_URL -O /model.gguf
|
|||
|
||||
WORKDIR /install
|
||||
RUN apt-get install -y python3 python3-pip
|
||||
RUN pip install --install-option="--prefix=/install" runpod
|
||||
RUN pip install --prefix /install runpod
|
||||
|
||||
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue