Spaces:
Running
Running
Update Dockerfile
Browse files- 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://
|
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
|