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