This commit is contained in:
Robert Washbourne 2023-11-24 00:10:14 -05:00
parent 0e2c422b11
commit 819d9f1258

View file

@ -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