Aryanne commited on
Commit
2a68518
1 Parent(s): 5ed6cb9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,6 +8,6 @@ RUN git clone https://github.com/lostruins/koboldcpp /opt/koboldcpp
8
  WORKDIR /opt/koboldcpp
9
  COPY default.json /opt/koboldcpp/default.json
10
  RUN make
11
- RUN wget -O model.gguf https://huggingface.co/TheBloke/dolphin-2_6-phi-2-GGUF/resolve/main/dolphin-2_6-phi-2.Q4_K_M.gguf
12
  CMD /bin/python3 ./koboldcpp.py --model model.gguf $ADDITIONAL --port 7860
13
 
 
8
  WORKDIR /opt/koboldcpp
9
  COPY default.json /opt/koboldcpp/default.json
10
  RUN make
11
+ RUN wget -O model.gguf $MODEL
12
  CMD /bin/python3 ./koboldcpp.py --model model.gguf $ADDITIONAL --port 7860
13