concedo commited on
Commit
92f0235
·
verified ·
1 Parent(s): 993ed9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN mkdir /opt/koboldcpp
6
  RUN apt update && apt install curl -y
7
  WORKDIR /opt/koboldcpp
8
  COPY *.json /opt/koboldcpp/
9
- RUN curl -fLo koboldcpp https://kcpplinux.concedo.workers.dev
10
  RUN chmod +x ./koboldcpp
11
  RUN curl -fLo model.ggml $MODEL || true
12
  CMD ./koboldcpp --model model.ggml $ADDITIONAL --port 7860 --hordemodelname $MODEL_NAME --hordemaxctx 1 --hordegenlen 1 --preloadstory default.json --ignoremissing
 
6
  RUN apt update && apt install curl -y
7
  WORKDIR /opt/koboldcpp
8
  COPY *.json /opt/koboldcpp/
9
+ RUN curl -fLo koboldcpp https://github.com/LostRuins/koboldcpp/releases/latest/download/koboldcpp-linux-x64-nocuda
10
  RUN chmod +x ./koboldcpp
11
  RUN curl -fLo model.ggml $MODEL || true
12
  CMD ./koboldcpp --model model.ggml $ADDITIONAL --port 7860 --hordemodelname $MODEL_NAME --hordemaxctx 1 --hordegenlen 1 --preloadstory default.json --ignoremissing