noxinc commited on
Commit
bf0865e
·
verified ·
1 Parent(s): fbee0d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -4,7 +4,8 @@ ARG MODEL_NAME
4
  ARG ADDITIONAL
5
  RUN mkdir /opt/koboldcpp
6
  RUN apt update && apt install git build-essential wget python3-pip libopenblas-dev -y
7
- RUN git clone https://github.com/noxinc-dev/noxinc.dev-kbldcpp-1622-hf /opt/koboldcpp
 
8
  WORKDIR /opt/koboldcpp
9
  COPY default.json /opt/koboldcpp/default.json
10
  RUN make LLAMA_OPENBLAS=1
 
4
  ARG ADDITIONAL
5
  RUN mkdir /opt/koboldcpp
6
  RUN apt update && apt install git build-essential wget python3-pip libopenblas-dev -y
7
+ #RUN git clone https://github.com/noxinc-dev/noxinc.dev-kbldcpp-1622-hf /opt/koboldcpp
8
+ 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