sca255 commited on
Commit
f8b01d1
·
verified ·
1 Parent(s): 6598b05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN chmod +x ./koboldcpp
14
  RUN curl -fLo model.ggml $MODEL || true
15
 
16
  RUN curl -fLo whispermodel.ggml $WHISPERMODEL || true
17
- CMD ./koboldcpp --model model.ggml --whispermodel whispermodel.ggml $ADDITIONAL --port 7860 --hordemodelname $MODEL_NAME --hordemaxctx 1 --hordegenlen 1 --preloadstory default.json --chatcompletionsadapter adapter.json --ignoremissing $SECRET
 
14
  RUN curl -fLo model.ggml $MODEL || true
15
 
16
  RUN curl -fLo whispermodel.ggml $WHISPERMODEL || true
17
+ CMD ./koboldcpp --model model.ggml --whispermodel whispermodel.ggml $ADDITIONAL --port 7860 --hordemodelname $MODEL_NAME --ignoremissing $SECRET