cuda
This commit is contained in:
parent
0e2c422b11
commit
819d9f1258
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ ENV MODEL_URL=${MODEL_URL}
|
|||
RUN wget $MODEL_URL -O /model.gguf
|
||||
|
||||
WORKDIR /install
|
||||
RUN apt-get install python3 python3-pip
|
||||
RUN apt-get install -y 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