noxinc commited on
Commit
398ad7d
1 Parent(s): 8ab6fa1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,5 +9,5 @@ RUN git clone https://github.com/LostRuins/koboldcpp.git /opt/koboldcpp
9
  WORKDIR /opt/koboldcpp
10
  COPY default.json /opt/koboldcpp/default.json
11
  RUN make LLAMA_OPENBLAS=1
12
- RUN wget -O model.gguf $MODEL
13
  CMD /bin/python3 ./koboldcpp.py --model model.gguf $ADDITIONAL --port 7860 --nommap --threads 2 --multiuser 3 --remotetunnel --password $KEY
 
9
  WORKDIR /opt/koboldcpp
10
  COPY default.json /opt/koboldcpp/default.json
11
  RUN make LLAMA_OPENBLAS=1
12
+ RUN wget -O model.gguf $SABIA
13
  CMD /bin/python3 ./koboldcpp.py --model model.gguf $ADDITIONAL --port 7860 --nommap --threads 2 --multiuser 3 --remotetunnel --password $KEY